Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.38 KB

PositionClose.md

File metadata and controls

22 lines (17 loc) · 1.38 KB

PositionClose

Properties

Name Type Description Notes
Time float64 Position close time [optional] [readonly]
Contract string Futures contract [optional] [readonly]
Side string Position side, long or short [optional] [readonly]
Pnl string PNL [optional] [readonly]
PnlPnl string PNL - Position P/L [optional] [readonly]
PnlFund string PNL - Funding Fees [optional] [readonly]
PnlFee string PNL - Transaction Fees [optional] [readonly]
Text string Text of close order [optional] [readonly]
MaxSize string Max Trade Size [optional] [readonly]
FirstOpenTime int64 First Open Time [optional] [readonly]
LongPrice string When 'side' is 'long,' it indicates the opening average price; when 'side' is 'short,' it indicates the closing average price. [optional] [readonly]
ShortPrice string When 'side' is 'long,' it indicates the opening average price; when 'side' is 'short,' it indicates the closing average price [optional] [readonly]

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