forwardOptionExerciseTimeFrame Enumeration   Table of ContentParty Classforward
OriginalTimeUnit Enumeration
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-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 3.5.0.0 (3.5.0)
Syntax
C#
public enum OriginalTimeUnit
Members
  Member nameValueDescription
None-1 Default value. Do not use it directly.
Day0 Day
Hour1 Hour
Minute2 Minute
Month3 Month
Second4 Second
Week5 Week
Year6 Year
See Also