Class: Quickfix::LegPaymentStreamTotalFixedAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStreamTotalFixedAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamTotalFixedAmount
constructor
A new instance of LegPaymentStreamTotalFixedAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamTotalFixedAmount
50030 50031 50032 50033 50034 50035 50036 |
# File 'lib/quickfix_fields.rb', line 50030 def initialize(data = nil) if( data == nil ) super(41557) else super(41557, data) end end |
Class Method Details
.field ⇒ Object
50027 50028 50029 |
# File 'lib/quickfix_fields.rb', line 50027 def LegPaymentStreamTotalFixedAmount.field return 41557 end |