Class: Quickfix::UnderlyingComplexEventScheduleEndDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventScheduleEndDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleEndDate
constructor
A new instance of UnderlyingComplexEventScheduleEndDate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleEndDate
Returns a new instance of UnderlyingComplexEventScheduleEndDate.
52838 52839 52840 52841 52842 52843 52844 |
# File 'lib/quickfix_fields.rb', line 52838 def initialize(data = nil) if( data == nil ) super(41752) else super(41752, data) end end |