Class: Quickfix::LegPaymentStubIndex2CapRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStubIndex2CapRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex2CapRate
constructor
A new instance of LegPaymentStubIndex2CapRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndex2CapRate
Returns a new instance of LegPaymentStubIndex2CapRate.
33091 33092 33093 33094 33095 33096 33097 |
# File 'lib/quickfix_fields.rb', line 33091 def initialize(data = nil) if( data == nil ) super(40446) else super(40446, data) end end |
Class Method Details
.field ⇒ Object
33088 33089 33090 |
# File 'lib/quickfix_fields.rb', line 33088 def LegPaymentStubIndex2CapRate.field return 40446 end |