Class: Quickfix::ComplexEventRateSourceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexEventRateSourceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventRateSourceType
constructor
A new instance of ComplexEventRateSourceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventRateSourceType
Returns a new instance of ComplexEventRateSourceType.
40969 40970 40971 40972 40973 40974 40975 |
# File 'lib/quickfix_fields.rb', line 40969 def initialize(data = nil) if( data == nil ) super(41015) else super(41015, data) end end |
Class Method Details
.field ⇒ Object
40966 40967 40968 |
# File 'lib/quickfix_fields.rb', line 40966 def ComplexEventRateSourceType.field return 41015 end |