Class: Quickfix::UnderlyingComplexEventScheduleRollConvention
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventScheduleRollConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleRollConvention
constructor
A new instance of UnderlyingComplexEventScheduleRollConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleRollConvention
Returns a new instance of UnderlyingComplexEventScheduleRollConvention.
52877 52878 52879 52880 52881 52882 52883 |
# File 'lib/quickfix_fields.rb', line 52877 def initialize(data = nil) if( data == nil ) super(41755) else super(41755, data) end end |