Class: Quickfix::PaymentStubIndex2FloorRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStubIndex2FloorRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndex2FloorRate
constructor
A new instance of PaymentStubIndex2FloorRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndex2FloorRate
Returns a new instance of PaymentStubIndex2FloorRate.
39006 39007 39008 39009 39010 39011 39012 |
# File 'lib/quickfix_fields.rb', line 39006 def initialize(data = nil) if( data == nil ) super(40901) else super(40901, data) end end |
Class Method Details
.field ⇒ Object
39003 39004 39005 |
# File 'lib/quickfix_fields.rb', line 39003 def PaymentStubIndex2FloorRate.field return 40901 end |