Class: Quickfix::UnderlyingComplexEventScheduleFrequencyPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventScheduleFrequencyPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleFrequencyPeriod
constructor
A new instance of UnderlyingComplexEventScheduleFrequencyPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleFrequencyPeriod
Returns a new instance of UnderlyingComplexEventScheduleFrequencyPeriod.
52851 52852 52853 52854 52855 52856 52857 |
# File 'lib/quickfix_fields.rb', line 52851 def initialize(data = nil) if( data == nil ) super(41753) else super(41753, data) end end |
Class Method Details
.field ⇒ Object
52848 52849 52850 |
# File 'lib/quickfix_fields.rb', line 52848 def .field return 41753 end |