Class: Quickfix::PaymentStreamRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStreamRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamRate
constructor
A new instance of PaymentStreamRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamRate
Returns a new instance of PaymentStreamRate.
37485 37486 37487 37488 37489 37490 37491 |
# File 'lib/quickfix_fields.rb', line 37485 def initialize(data = nil) if( data == nil ) super(40784) else super(40784, data) end end |
Class Method Details
.field ⇒ Object
37482 37483 37484 |
# File 'lib/quickfix_fields.rb', line 37482 def PaymentStreamRate.field return 40784 end |