Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 664 Bytes

PositionClose.md

File metadata and controls

19 lines (12 loc) · 664 Bytes

PositionClose

Properties

Name Type Description Notes
time number Position close time [optional] [readonly] [default to undefined]
contract string Futures contract [optional] [readonly] [default to undefined]
side string Position side, long or short [optional] [readonly] [default to undefined]
pnl string PNL [optional] [readonly] [default to undefined]
text string Text of close order [optional] [readonly] [default to undefined]

Enum: PositionClose.Side

  • Long (value: 'long')

  • Short (value: 'short')