package
Version:
v0.0.0-...-5ae3387
Opens a new window with list of versions in this module.
Published: Dec 19, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Account struct {
Ccy string `json:"ccy,omitempty"`
}
type AlgoOrder struct {
Uly string `json:"uly,omitempty"`
InstID string `json:"instId,omitempty"`
InstType okex.InstrumentType `json:"instType"`
}
type Order struct {
Uly string `json:"uly,omitempty"`
InstID string `json:"instId,omitempty"`
InstType okex.InstrumentType `json:"instType"`
}
type Position struct {
Uly string `json:"uly,omitempty"`
InstID string `json:"instId,omitempty"`
InstType okex.InstrumentType `json:"instType"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.