SymbolTickEventArgs
Summary
Provides data for the symbol tick event.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
1 2 3 4 5 6 7 8 | |
See Also
Properties
SymbolName
Summary
Gets the symbol name.
Signature
1 | |
Return Value
string
Bid
Summary
Gets the bid price.
Signature
1 | |
Return Value
double
Ask
Summary
Gets the ask price.
Signature
1 | |
Return Value
double
Symbol
Summary
Gets the symbol.
Signature
1 | |
Return Value
Symbol