Class: Quickfix::LegPaymentScheduleWeight
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentScheduleWeight
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleWeight
constructor
A new instance of LegPaymentScheduleWeight.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleWeight
Returns a new instance of LegPaymentScheduleWeight.
32454 32455 32456 32457 32458 32459 32460 |
# File 'lib/quickfix_fields.rb', line 32454 def initialize(data = nil) if( data == nil ) super(40397) else super(40397, data) end end |