Class: Quickfix::PaymentStreamMaximumPaymentAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStreamMaximumPaymentAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamMaximumPaymentAmount
constructor
A new instance of PaymentStreamMaximumPaymentAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamMaximumPaymentAmount
Returns a new instance of PaymentStreamMaximumPaymentAmount.
44622 44623 44624 44625 44626 44627 44628 |
# File 'lib/quickfix_fields.rb', line 44622 def initialize(data = nil) if( data == nil ) super(41183) else super(41183, data) end end |
Class Method Details
.field ⇒ Object
44619 44620 44621 |
# File 'lib/quickfix_fields.rb', line 44619 def PaymentStreamMaximumPaymentAmount.field return 41183 end |