Class: Quickfix::PaymentStreamTotalFixedAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStreamTotalFixedAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamTotalFixedAmount
constructor
A new instance of PaymentStreamTotalFixedAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamTotalFixedAmount
Returns a new instance of PaymentStreamTotalFixedAmount.
44687 44688 44689 44690 44691 44692 44693 |
# File 'lib/quickfix_fields.rb', line 44687 def initialize(data = nil) if( data == nil ) super(41188) else super(41188, data) end end |
Class Method Details
.field ⇒ Object
44684 44685 44686 |
# File 'lib/quickfix_fields.rb', line 44684 def PaymentStreamTotalFixedAmount.field return 41188 end |