SymbolTickEventArgs¶
Summary¶
Provides data for the symbol tick event.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
SymbolName { get; } | Gets the symbol name. |
Bid { get; } | Gets the bid price. |
Ask { get; } | Gets the ask price. |
Symbol { get; } | Gets the symbol. |
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|
See Also¶
Last update: March 23, 2023