Class: Quickfix::LegComplexEventRateSourceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegComplexEventRateSourceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventRateSourceType
constructor
A new instance of LegComplexEventRateSourceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventRateSourceType
Returns a new instance of LegComplexEventRateSourceType.
47222 47223 47224 47225 47226 47227 47228 |
# File 'lib/quickfix_fields.rb', line 47222 def initialize(data = nil) if( data == nil ) super(41384) else super(41384, data) end end |
Class Method Details
.field ⇒ Object
47219 47220 47221 |
# File 'lib/quickfix_fields.rb', line 47219 def LegComplexEventRateSourceType.field return 41384 end |