Class: Quickfix::LegPaymentScheduleFixingTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPaymentScheduleFixingTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentScheduleFixingTime
constructor
A new instance of LegPaymentScheduleFixingTime.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentScheduleFixingTime
32558 32559 32560 32561 32562 32563 32564 |
# File 'lib/quickfix_fields.rb', line 32558 def initialize(data = nil) if( data == nil ) super(40405) else super(40405, data) end end |