Class: Quickfix::PaymentStreamWorldScaleRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStreamWorldScaleRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamWorldScaleRate
constructor
A new instance of PaymentStreamWorldScaleRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamWorldScaleRate
Returns a new instance of PaymentStreamWorldScaleRate.
44700 44701 44702 44703 44704 44705 44706 |
# File 'lib/quickfix_fields.rb', line 44700 def initialize(data = nil) if( data == nil ) super(41189) else super(41189, data) end end |
Class Method Details
.field ⇒ Object
44697 44698 44699 |
# File 'lib/quickfix_fields.rb', line 44697 def PaymentStreamWorldScaleRate.field return 41189 end |