Class: Quickfix::UnderlyingPaymentScheduleFixingDateBusinessDayCnvtn
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPaymentScheduleFixingDateBusinessDayCnvtn
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateBusinessDayCnvtn
constructor
A new instance of UnderlyingPaymentScheduleFixingDateBusinessDayCnvtn.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateBusinessDayCnvtn
Returns a new instance of UnderlyingPaymentScheduleFixingDateBusinessDayCnvtn.
36250 36251 36252 36253 36254 36255 36256 |
# File 'lib/quickfix_fields.rb', line 36250 def initialize(data = nil) if( data == nil ) super(40689) else super(40689, data) end end |