Class: Quickfix::LegPaymentScheduleRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentScheduleRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleRate
constructor
A new instance of LegPaymentScheduleRate.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleRate
Returns a new instance of LegPaymentScheduleRate.
32272 32273 32274 32275 32276 32277 32278 |
# File 'lib/quickfix_fields.rb', line 32272 def initialize(data = nil) if( data == nil ) super(40383) else super(40383, data) end end |