Class: Quickfix::LegPaymentStubRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStubRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubRate
constructor
A new instance of LegPaymentStubRate.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubRate
Returns a new instance of LegPaymentStubRate.
32766 32767 32768 32769 32770 32771 32772 |
# File 'lib/quickfix_fields.rb', line 32766 def initialize(data = nil) if( data == nil ) super(40421) else super(40421, data) end end |