package
Version:
v0.0.0-...-ec27bc9
Opens a new window with list of versions in this module.
Published: Aug 6, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 12
Opens a new window with list of known importers.
Documentation
¶
DepositState represents the deposit state
OrderSide indicates the order is a sell order or buy order
DepositState represents the order state
OrderType represtns the order type, e.g., limit, market, etc.
type SubscriptionRequest struct {
Cmd string `json:"cmd,omitempty"`
Channel string `json:"channel,omitempty"`
Params interface{} `json:"params,omitempty"`
}
type SubscriptionResponse struct {
Info string `json:"info,omitempty"`
Channel string `json:"channel,omitempty"`
Params interface{} `json:"params,omitempty"`
}
WithdrawalState represents the withdrawal state
Source Files
¶
Click to show internal directories.
Click to hide internal directories.