Class: Quickfix::UnderlyingPaymentStreamMaximumPaymentAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamMaximumPaymentAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumPaymentAmount
constructor
A new instance of UnderlyingPaymentStreamMaximumPaymentAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumPaymentAmount
Returns a new instance of UnderlyingPaymentStreamMaximumPaymentAmount.
54983 54984 54985 54986 54987 54988 54989 |
# File 'lib/quickfix_fields.rb', line 54983 def initialize(data = nil) if( data == nil ) super(41900) else super(41900, data) end end |
Class Method Details
.field ⇒ Object
54980 54981 54982 |
# File 'lib/quickfix_fields.rb', line 54980 def .field return 41900 end |