Class: Quickfix::UnderlyingDeliveryScheduleSettlStart
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDeliveryScheduleSettlStart
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlStart
constructor
A new instance of UnderlyingDeliveryScheduleSettlStart.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlStart
Returns a new instance of UnderlyingDeliveryScheduleSettlStart.
53124 53125 53126 53127 53128 53129 53130 |
# File 'lib/quickfix_fields.rb', line 53124 def initialize(data = nil) if( data == nil ) super(41774) else super(41774, data) end end |