Class: Quickfix::LegPaymentStubIndexCapRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStubIndexCapRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexCapRate
constructor
A new instance of LegPaymentStubIndexCapRate.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexCapRate
Returns a new instance of LegPaymentStubIndexCapRate.
32909 32910 32911 32912 32913 32914 32915 |
# File 'lib/quickfix_fields.rb', line 32909 def initialize(data = nil) if( data == nil ) super(40432) else super(40432, data) end end |