Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlaceRequestParams ¶
type PlaceReturn ¶
type PlaceReturn struct { Code int `json:"code"` Err string `json:"err"` Data struct { ID string `json:"id"` Pair string `json:"pair"` Email string `json:"email"` // User who own the order. QuotePrice decimal.Decimal `json:"price"` QuoteVolume decimal.Decimal `json:"volume"` // base currency QuoteAmount decimal.Decimal `json:"quote_amount"` // quote currency DealVolume decimal.Decimal `json:"deal_volume"` RemainVolume decimal.Decimal `json:"remain_volume"` DealAmount decimal.Decimal `json:"deal_amount"` DealFee decimal.Decimal `json:"deal_fee"` CreatedAt int64 `json:"created_at"` UsedUpAt int64 `json:"used_up_at"` IsCanceled bool `json:"is_canceled"` CanceledAt int64 `json:"canceled_at"` UpdatedAt int64 `json:"updated_at"` Kind int `json:"kind"` } `json:"data"` }
Click to show internal directories.
Click to hide internal directories.