Class: Quickfix::UnderlyingPaymentStreamTotalFixedAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamTotalFixedAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamTotalFixedAmount
constructor
A new instance of UnderlyingPaymentStreamTotalFixedAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamTotalFixedAmount
Returns a new instance of UnderlyingPaymentStreamTotalFixedAmount.
55048 55049 55050 55051 55052 55053 55054 |
# File 'lib/quickfix_fields.rb', line 55048 def initialize(data = nil) if( data == nil ) super(41905) else super(41905, data) end end |
Class Method Details
.field ⇒ Object
55045 55046 55047 |
# File 'lib/quickfix_fields.rb', line 55045 def UnderlyingPaymentStreamTotalFixedAmount.field return 41905 end |