Class: Quickfix::UnderlyingDeliveryScheduleSettlTimeType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingDeliveryScheduleSettlTimeType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlTimeType
constructor
A new instance of UnderlyingDeliveryScheduleSettlTimeType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlTimeType
Returns a new instance of UnderlyingDeliveryScheduleSettlTimeType.
53150 53151 53152 53153 53154 53155 53156 |
# File 'lib/quickfix_fields.rb', line 53150 def initialize(data = nil) if( data == nil ) super(41776) else super(41776, data) end end |