Class: Quickfix::LegUnderlyingPriceDeterminationMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegUnderlyingPriceDeterminationMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegUnderlyingPriceDeterminationMethod
constructor
A new instance of LegUnderlyingPriceDeterminationMethod.
Constructor Details
#initialize(data = nil) ⇒ LegUnderlyingPriceDeterminationMethod
Returns a new instance of LegUnderlyingPriceDeterminationMethod.
43023 43024 43025 43026 43027 43028 43029 |
# File 'lib/quickfix_fields.rb', line 43023 def initialize(data = nil) if( data == nil ) super(2189) else super(2189, data) end end |