Skip to content

Latest commit

 

History

History
48 lines (43 loc) · 3.25 KB

DeliveryContract.md

File metadata and controls

48 lines (43 loc) · 3.25 KB

DeliveryContract

Properties

Name Type Description Notes
Name string Futures contract [optional]
Underlying string Underlying [optional]
Cycle string Cycle type, e.g. WEEKLY, QUARTERLY [optional]
Type string Futures contract type [optional]
QuantoMultiplier string Multiplier used in converting from invoicing to settlement currency [optional]
LeverageMin string Minimum leverage [optional]
LeverageMax string Maximum leverage [optional]
MaintenanceRate string Maintenance rate of margin [optional]
MarkType string Mark price type, internal - based on internal trading, index - based on external index price [optional]
MarkPrice string Current mark price [optional]
IndexPrice string Current index price [optional]
LastPrice string Last trading price [optional]
MakerFeeRate string Maker fee rate, where negative means rebate [optional]
TakerFeeRate string Taker fee rate [optional]
OrderPriceRound string Minimum order price increment [optional]
MarkPriceRound string Minimum mark price increment [optional]
BasisRate string Fair basis rate [optional]
BasisValue string Fair basis value [optional]
BasisImpactValue string Funding used for calculating impact bid, ask price [optional]
SettlePrice string Settle price [optional]
SettlePriceInterval int32 Settle price update interval [optional]
SettlePriceDuration int32 Settle price update duration in seconds [optional]
ExpireTime int64 Contract expiry timestamp [optional]
RiskLimitBase string Risk limit base [optional]
RiskLimitStep string Step of adjusting risk limit [optional]
RiskLimitMax string Maximum risk limit the contract allowed [optional]
OrderSizeMin int64 Minimum order size the contract allowed [optional]
OrderSizeMax int64 Maximum order size the contract allowed [optional]
OrderPriceDeviate string deviation between order price and current index price. If price of an order is denoted as order_price, it must meet the following condition: abs(order_price - mark_price) <= mark_price * order_price_deviate [optional]
RefDiscountRate string Referral fee rate discount [optional]
RefRebateRate string Referrer commission rate [optional]
OrderbookId int64 Current orderbook ID [optional]
TradeId int64 Current trade ID [optional]
TradeSize int64 Historical accumulated trade size [optional]
PositionSize int64 Current total long position size [optional]
ConfigChangeTime float64 Last changed time of configuration [optional]
InDelisting bool Contract is delisting [optional]
OrdersLimit int32 Maximum number of open orders [optional]

[Back to Model list] [Back to API list] [Back to README]