Class: Quickfix::UnderlyingPaymentStreamRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStreamRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRate
constructor
A new instance of UnderlyingPaymentStreamRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRate
Returns a new instance of UnderlyingPaymentStreamRate.
35288 35289 35290 35291 35292 35293 35294 |
# File 'lib/quickfix_fields.rb', line 35288 def initialize(data = nil) if( data == nil ) super(40615) else super(40615, data) end end |
Class Method Details
.field ⇒ Object
35285 35286 35287 |
# File 'lib/quickfix_fields.rb', line 35285 def .field return 40615 end |