Class: Quickfix::UnderlyingPaymentStreamLastResetRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamLastResetRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLastResetRate
constructor
A new instance of UnderlyingPaymentStreamLastResetRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamLastResetRate
Returns a new instance of UnderlyingPaymentStreamLastResetRate.
55295 55296 55297 55298 55299 55300 55301 |
# File 'lib/quickfix_fields.rb', line 55295 def initialize(data = nil) if( data == nil ) super(41924) else super(41924, data) end end |
Class Method Details
.field ⇒ Object
55292 55293 55294 |
# File 'lib/quickfix_fields.rb', line 55292 def .field return 41924 end |