Class: Quickfix::PaymentStreamLastResetRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStreamLastResetRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamLastResetRate
constructor
A new instance of PaymentStreamLastResetRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamLastResetRate
Returns a new instance of PaymentStreamLastResetRate.
44934 44935 44936 44937 44938 44939 44940 |
# File 'lib/quickfix_fields.rb', line 44934 def initialize(data = nil) if( data == nil ) super(41207) else super(41207, data) end end |
Class Method Details
.field ⇒ Object
44931 44932 44933 |
# File 'lib/quickfix_fields.rb', line 44931 def PaymentStreamLastResetRate.field return 41207 end |