Class: Quickfix::PaymentStreamFormulaReferenceAmount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamFormulaReferenceAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFormulaReferenceAmount
constructor
A new instance of PaymentStreamFormulaReferenceAmount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFormulaReferenceAmount
Returns a new instance of PaymentStreamFormulaReferenceAmount.
69608 69609 69610 69611 69612 69613 69614 |
# File 'lib/quickfix_fields.rb', line 69608 def initialize(data = nil) if( data == nil ) super(42688) else super(42688, data) end end |
Class Method Details
.field ⇒ Object
69605 69606 69607 |
# File 'lib/quickfix_fields.rb', line 69605 def PaymentStreamFormulaReferenceAmount.field return 42688 end |