Class: Quickfix::UnderlyingComplexEventScheduleFrequencyUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventScheduleFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleFrequencyUnit
constructor
A new instance of UnderlyingComplexEventScheduleFrequencyUnit.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleFrequencyUnit
Returns a new instance of UnderlyingComplexEventScheduleFrequencyUnit.
52864 52865 52866 52867 52868 52869 52870 |
# File 'lib/quickfix_fields.rb', line 52864 def initialize(data = nil) if( data == nil ) super(41754) else super(41754, data) end end |