Class: Quickfix::ComplexEventScheduleStartDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ComplexEventScheduleStartDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventScheduleStartDate
constructor
A new instance of ComplexEventScheduleStartDate.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventScheduleStartDate
Returns a new instance of ComplexEventScheduleStartDate.
41489 41490 41491 41492 41493 41494 41495 |
# File 'lib/quickfix_fields.rb', line 41489 def initialize(data = nil) if( data == nil ) super(41032) else super(41032, data) end end |