Class: Quickfix::UnderlyingPaymentStubRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::UnderlyingPaymentStubRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubRate
constructor
A new instance of UnderlyingPaymentStubRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubRate
Returns a new instance of UnderlyingPaymentStubRate.
36536 36537 36538 36539 36540 36541 36542 |
# File 'lib/quickfix_fields.rb', line 36536 def initialize(data = nil) if( data == nil ) super(40711) else super(40711, data) end end |
Class Method Details
.field ⇒ Object
36533 36534 36535 |
# File 'lib/quickfix_fields.rb', line 36533 def .field return 40711 end |