FXStrategy.HasLongPosition (Instrument, Double) Method

NOTE: This member is now obsolete. Method cannot be used for FXStrategy

[Obsolete("Method cannot be used for FXStrategy ", true)] 
[EditorBrowsable(EditorBrowsableState.Never)] 
new public bool HasLongPosition( 
Instrument instrument
double qty 
)
This language is not supported or no code example is available.
[Obsolete("Method cannot be used for FXStrategy ", true)] 
[EditorBrowsable(EditorBrowsableState.Never)] 
public:  
bool HasLongPosition( 
Instrument^ instrument
double qty 
)
This language is not supported or no code example is available.
public  
Obsolete("Method cannot be used for FXStrategy ", true) 
EditorBrowsable(EditorBrowsableState.Never) 
hide function HasLongPosition( 
instrument : Instrument
qty : double 
) : boolean;
This language is not supported or no code example is available.

Parameters

instrument
Instrument

qty
double

Return Value

bool

In this article

Definition