Enum OriginalTimeUnit
Specifies the Time Unit of the original trade, e.g. whether it was entered as contracts per day or per month. Note that all trades are normalized to default units in STP API, regardless of the units originally used to enter the trade. Supported Values: D - Day H - Hour Min - Minute Mo - Month S - Second Wk - Week Yr - Year
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
public enum OriginalTimeUnit
Fields
Name | Description |
---|---|
Day | Day |
Hour | Hour |
Minute | Minute |
Month | Month |
None | Default value. Do not use it directly. |
Second | Second |
Week | Week |
Year | Year |