Class: Quickfix::UnderlyingComplexEventScheduleFrequencyUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventScheduleFrequencyUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleFrequencyUnit
constructor
A new instance of UnderlyingComplexEventScheduleFrequencyUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
52861 52862 52863 |
# File 'lib/quickfix_fields.rb', line 52861 def .field return 41754 end |