Class: Quickfix::LegUnderlyingPriceDeterminationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegUnderlyingPriceDeterminationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegUnderlyingPriceDeterminationMethod
constructor
A new instance of LegUnderlyingPriceDeterminationMethod.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
43020 43021 43022 |
# File 'lib/quickfix_fields.rb', line 43020 def .field return 2189 end |