Class: Quickfix::ComplexEventRateSource
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ComplexEventRateSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventRateSource
constructor
A new instance of ComplexEventRateSource.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ComplexEventRateSource
Returns a new instance of ComplexEventRateSource.
40956 40957 40958 40959 40960 40961 40962 |
# File 'lib/quickfix_fields.rb', line 40956 def initialize(data = nil) if( data == nil ) super(41014) else super(41014, data) end end |
Class Method Details
.field ⇒ Object
40953 40954 40955 |
# File 'lib/quickfix_fields.rb', line 40953 def ComplexEventRateSource.field return 41014 end |