Class: Quickfix::PaymentStreamRateIndexLevel
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStreamRateIndexLevel
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRateIndexLevel
constructor
A new instance of PaymentStreamRateIndexLevel.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRateIndexLevel
Returns a new instance of PaymentStreamRateIndexLevel.
44804 44805 44806 44807 44808 44809 44810 |
# File 'lib/quickfix_fields.rb', line 44804 def initialize(data = nil) if( data == nil ) super(41197) else super(41197, data) end end |
Class Method Details
.field ⇒ Object
44801 44802 44803 |
# File 'lib/quickfix_fields.rb', line 44801 def PaymentStreamRateIndexLevel.field return 41197 end |