Class: Quickfix::UnderlyingPriceDeterminationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPriceDeterminationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPriceDeterminationMethod
constructor
A new instance of UnderlyingPriceDeterminationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPriceDeterminationMethod
19597 19598 19599 19600 19601 19602 19603 |
# File 'lib/quickfix_fields.rb', line 19597 def initialize(data = nil) if( data == nil ) super(1481) else super(1481, data) end end |
Class Method Details
.field ⇒ Object
19594 19595 19596 |
# File 'lib/quickfix_fields.rb', line 19594 def .field return 1481 end |