Class: Quickfix::NoComplexEventPeriods
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoComplexEventPeriods
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoComplexEventPeriods
constructor
A new instance of NoComplexEventPeriods.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoComplexEventPeriods
Returns a new instance of NoComplexEventPeriods.
40904 40905 40906 40907 40908 40909 40910 |
# File 'lib/quickfix_fields.rb', line 40904 def initialize(data = nil) if( data == nil ) super(41010) else super(41010, data) end end |
Class Method Details
.field ⇒ Object
40901 40902 40903 |
# File 'lib/quickfix_fields.rb', line 40901 def NoComplexEventPeriods.field return 41010 end |