Class: Quickfix::PaymentScheduleFixingLagUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentScheduleFixingLagUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleFixingLagUnit
constructor
A new instance of PaymentScheduleFixingLagUnit.
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleFixingLagUnit
Returns a new instance of PaymentScheduleFixingLagUnit.
44544 44545 44546 44547 44548 44549 44550 |
# File 'lib/quickfix_fields.rb', line 44544 def initialize(data = nil) if( data == nil ) super(41177) else super(41177, data) end end |