Class: Quickfix::CashSettlValuationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CashSettlValuationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlValuationMethod
constructor
A new instance of CashSettlValuationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CashSettlValuationMethod
Returns a new instance of CashSettlValuationMethod.
27800 27801 27802 27803 27804 27805 27806 |
# File 'lib/quickfix_fields.rb', line 27800 def initialize(data = nil) if( data == nil ) super(40038) else super(40038, data) end end |
Class Method Details
.field ⇒ Object
27797 27798 27799 |
# File 'lib/quickfix_fields.rb', line 27797 def CashSettlValuationMethod.field return 40038 end |