Class: Quickfix::ComplexEventScheduleRollConvention
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ComplexEventScheduleRollConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventScheduleRollConvention
constructor
A new instance of ComplexEventScheduleRollConvention.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventScheduleRollConvention
Returns a new instance of ComplexEventScheduleRollConvention.
41541 41542 41543 41544 41545 41546 41547 |
# File 'lib/quickfix_fields.rb', line 41541 def initialize(data = nil) if( data == nil ) super(41036) else super(41036, data) end end |