 | IGetResponseQuoteData Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Gets the quote data elements.
Namespace: ETradeNet.Market.QuoteAssembly: ETradeNet.Market (in ETradeNet.Market.dll) Version: 1.0.5793.41727
SyntaxList<QuoteData> QuoteData { get; }
ReadOnly Property QuoteData As List(Of QuoteData)
Get
property List<QuoteData^>^ QuoteData {
List<QuoteData^>^ get ();
}
abstract QuoteData : List<QuoteData> with get
Property Value
Type:
ListQuoteDataContainer for one or more quote data elements.
See Also