Class: Quickfix::UnderlyingComplexEventScheduleStartDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventScheduleStartDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleStartDate
constructor
A new instance of UnderlyingComplexEventScheduleStartDate.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleStartDate
Returns a new instance of UnderlyingComplexEventScheduleStartDate.
52825 52826 52827 52828 52829 52830 52831 |
# File 'lib/quickfix_fields.rb', line 52825 def initialize(data = nil) if( data == nil ) super(41751) else super(41751, data) end end |