Class: Quickfix::UnderlyingCashSettlValuationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingCashSettlValuationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlValuationMethod
constructor
A new instance of UnderlyingCashSettlValuationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlValuationMethod
Returns a new instance of UnderlyingCashSettlValuationMethod.
58584 58585 58586 58587 58588 58589 58590 |
# File 'lib/quickfix_fields.rb', line 58584 def initialize(data = nil) if( data == nil ) super(42058) else super(42058, data) end end |
Class Method Details
.field ⇒ Object
58581 58582 58583 |
# File 'lib/quickfix_fields.rb', line 58581 def .field return 42058 end |