Documentation ¶
Overview ¶
Copyright 2021 Sander Ruscigno
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signal ¶
type Signal struct { SourceAccountID int64 `json:"source_account_id"` DestinationAccountID int64 `json:"destination_account_id"` Active bool `json:"active"` MaxDepositPercent int32 `json:"max_deposit"` StopIfLessThan int32 `json:"stop_if_less_than"` Slippage float64 `json:"slippage"` MinutesToExpire int32 `json:"minutes_to_expire"` }
type SignalResult ¶
type SignalResult struct { SourceAccountID int64 `json:"source_account_id"` DestinationAccountID int64 `json:"destination_account_id"` SourceBeatsID int64 `json:"source_beats_id"` DestinationBeatsID sql.NullInt64 `json:"destination_beats_id"` ExternalID int64 `json:"external_id"` SentTime time.Time `json:"sent_time"` ConfirmationTime sql.NullTime `json:"confirmation_time"` Created time.Time `json:"created"` Updated time.Time `json:"updated"` }
Click to show internal directories.
Click to hide internal directories.