Class: Quickfix::UnderlyingPaymentScheduleFixingLagPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentScheduleFixingLagPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingLagPeriod
constructor
A new instance of UnderlyingPaymentScheduleFixingLagPeriod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingLagPeriod
Returns a new instance of UnderlyingPaymentScheduleFixingLagPeriod.
54892 54893 54894 54895 54896 54897 54898 |
# File 'lib/quickfix_fields.rb', line 54892 def initialize(data = nil) if( data == nil ) super(41893) else super(41893, data) end end |