Class: Quickfix::UnderlyingComplexEventDeterminationMethod
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventDeterminationMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventDeterminationMethod
constructor
A new instance of UnderlyingComplexEventDeterminationMethod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventDeterminationMethod
Returns a new instance of UnderlyingComplexEventDeterminationMethod.
52656 52657 52658 52659 52660 52661 52662 |
# File 'lib/quickfix_fields.rb', line 52656 def initialize(data = nil) if( data == nil ) super(2272) else super(2272, data) end end |