TradeDetector.Trades Property

Gets the trades.
public List<TradeInfo> Trades {get;}
This language is not supported or no code example is available.
public:  
property List<TradeInfo^>^ Trades { 
List<TradeInfo^>^ get( ); 
}
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Property Value

List<TradeInfo>

The trades.

In this article

Definition