Class: Quickfix::UnderlyingDeliveryScheduleSettlEnd
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDeliveryScheduleSettlEnd
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlEnd
constructor
A new instance of UnderlyingDeliveryScheduleSettlEnd.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlEnd
Returns a new instance of UnderlyingDeliveryScheduleSettlEnd.
53137 53138 53139 53140 53141 53142 53143 |
# File 'lib/quickfix_fields.rb', line 53137 def initialize(data = nil) if( data == nil ) super(41775) else super(41775, data) end end |