Class: Quickfix::UnderlyingPaymentStreamFormulaReferenceAmount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamFormulaReferenceAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaReferenceAmount
constructor
A new instance of UnderlyingPaymentStreamFormulaReferenceAmount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFormulaReferenceAmount
Returns a new instance of UnderlyingPaymentStreamFormulaReferenceAmount.
73677 73678 73679 73680 73681 73682 73683 |
# File 'lib/quickfix_fields.rb', line 73677 def initialize(data = nil) if( data == nil ) super(42980) else super(42980, data) end end |
Class Method Details
.field ⇒ Object
73674 73675 73676 |
# File 'lib/quickfix_fields.rb', line 73674 def .field return 42980 end |