signal

package
v0.13.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

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 {
	SignalID             int64 `json:"signal_id"`
	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"`
	MaxSpread            int64 `json:"max_spread"`
	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"`
	SignalType           string        `json:"signal_type"`
	SignalStatus         int16         `json:"signal_status"`
	ExternalID           int64         `json:"external_id"`
	GroupId              string        `json:"group_id"`
	SentTime             sql.NullTime  `json:"sent_time"`
	ConfirmationTime     sql.NullTime  `json:"confirmation_time"`
	ExpireAt             sql.NullTime  `json:"expire_at"`
	Created              time.Time     `json:"created"`
	Updated              time.Time     `json:"updated"`
}

type SignalStatusEnum added in v0.13.3

type SignalStatusEnum int
const (
	CanceledSS             SignalStatusEnum = 1
	CreatedSS              SignalStatusEnum = 2
	SentSS                 SignalStatusEnum = 4
	ExpiredSS              SignalStatusEnum = 8
	FailedSS               SignalStatusEnum = 16
	TransactionConfirmedSS SignalStatusEnum = 32
	OrderConfirmedSS       SignalStatusEnum = 64
	DealConfirmedSS        SignalStatusEnum = 128
	PositionConfirmedSS    SignalStatusEnum = 256
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL