Tick Class
[DataContract()]
public class Tick : DataObject
This language is not supported or no code example is available.
[DataContract()]
public ref class Tick : public DataObject^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
Tick() | Initializes a new instance of the Tick class. |
|
Tick(DateTime, DateTime, byte, int, double, int) | Initializes a new instance of the Tick class. |
|
Tick(DateTime, byte, int, double, int) | Initializes a new instance of the Tick class. |
|
Tick(Tick) | Initializes a new instance of the Tick class. |
| Name | Description | |
|---|---|---|
|
DateTime | Gets or sets the date time. (inherited from Event). |
|
ExchangeDateTime | Gets or sets the exchange date time. |
|
Fields | |
|
InstrumentId | Gets or sets the instrument identifier. |
|
Item(int) | |
|
Price | Gets or sets the price. |
|
ProviderId | Gets or sets the provider identifier. |
|
Size | Gets or sets the size. |
|
TypeId |
| Name | Description | |
|---|---|---|
|
dateTime | (inherited from Event). |
|
exchangeDateTime | |
|
instrumentId | |
|
price | |
|
providerId | |
|
size |