Portfolio.HasPosition (Instrument) Method

Determines whether the specified instrument has position.
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.
public function HasPosition( 
instrument : Instrument 
) : boolean;
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.

In this article

Definition