Class: Quickfix::LegPaymentScheduleXID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPaymentScheduleXID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleXID
constructor
A new instance of LegPaymentScheduleXID.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleXID
Returns a new instance of LegPaymentScheduleXID.
49718 49719 49720 49721 49722 49723 49724 |
# File 'lib/quickfix_fields.rb', line 49718 def initialize(data = nil) if( data == nil ) super(41533) else super(41533, data) end end |