Class: Quickfix::LegPaymentScheduleType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPaymentScheduleType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleType
constructor
A new instance of LegPaymentScheduleType.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleType
Returns a new instance of LegPaymentScheduleType.
32168 32169 32170 32171 32172 32173 32174 |
# File 'lib/quickfix_fields.rb', line 32168 def initialize(data = nil) if( data == nil ) super(40375) else super(40375, data) end end |