Class: Quickfix::ComplexEventRateSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ComplexEventRateSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventRateSource
constructor
A new instance of ComplexEventRateSource.
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 |