Class: Quickfix::SettlPriceDeterminationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SettlPriceDeterminationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlPriceDeterminationMethod
constructor
A new instance of SettlPriceDeterminationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SettlPriceDeterminationMethod
Returns a new instance of SettlPriceDeterminationMethod.
60729 60730 60731 60732 60733 60734 60735 |
# File 'lib/quickfix_fields.rb', line 60729 def initialize(data = nil) if( data == nil ) super(2451) else super(2451, data) end end |
Class Method Details
.field ⇒ Object
60726 60727 60728 |
# File 'lib/quickfix_fields.rb', line 60726 def SettlPriceDeterminationMethod.field return 2451 end |