Class: Quickfix::LegPaymentStreamFormulaReferenceAmount
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamFormulaReferenceAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamFormulaReferenceAmount
constructor
A new instance of LegPaymentStreamFormulaReferenceAmount.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamFormulaReferenceAmount
Returns a new instance of LegPaymentStreamFormulaReferenceAmount.
66995 66996 66997 66998 66999 67000 67001 |
# File 'lib/quickfix_fields.rb', line 66995 def initialize(data = nil) if( data == nil ) super(42484) else super(42484, data) end end |
Class Method Details
.field ⇒ Object
66992 66993 66994 |
# File 'lib/quickfix_fields.rb', line 66992 def LegPaymentStreamFormulaReferenceAmount.field return 42484 end |