Portfolio.HasShortPosition (Instrument, Double) Method
public bool HasShortPosition(
Instrument instrument,
double qty
)
This language is not supported or no code example is available.
public:
bool HasShortPosition(
Instrument^ instrument,
double qty
)
This language is not supported or no code example is available.
Parameters
- instrument
- Instrument
The instrument.
- qty
- double
The qty.
Return Value
bool
true
if [has short position] [the specified instrument]; otherwise, false
.