FXStrategy.HasPosition (Instrument) Method

Checks the list of positions for any of opened position.
new 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 hide function HasPosition( 
instrument : Instrument 
) : boolean;
This language is not supported or no code example is available.

Parameters

instrument
Instrument

Return Value

bool

In this article

Definition