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