Class: Quickfix::NoComplexEventRateSources
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoComplexEventRateSources
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoComplexEventRateSources
constructor
A new instance of NoComplexEventRateSources.
Constructor Details
#initialize(data = nil) ⇒ NoComplexEventRateSources
Returns a new instance of NoComplexEventRateSources.
40943 40944 40945 40946 40947 40948 40949 |
# File 'lib/quickfix_fields.rb', line 40943 def initialize(data = nil) if( data == nil ) super(41013) else super(41013, data) end end |