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