Class: Quickfix::UnderlyingComplexEventRateSourceType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventRateSourceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventRateSourceType
constructor
A new instance of UnderlyingComplexEventRateSourceType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventRateSourceType
Returns a new instance of UnderlyingComplexEventRateSourceType.
52305 52306 52307 52308 52309 52310 52311 |
# File 'lib/quickfix_fields.rb', line 52305 def initialize(data = nil) if( data == nil ) super(41734) else super(41734, data) end end |
Class Method Details
.field ⇒ Object
52302 52303 52304 |
# File 'lib/quickfix_fields.rb', line 52302 def .field return 41734 end |