Class: Quickfix::UnderlyingPaymentScheduleFixingDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentScheduleFixingDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateAdjusted
constructor
A new instance of UnderlyingPaymentScheduleFixingDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateAdjusted
Returns a new instance of UnderlyingPaymentScheduleFixingDateAdjusted.
36315 36316 36317 36318 36319 36320 36321 |
# File 'lib/quickfix_fields.rb', line 36315 def initialize(data = nil) if( data == nil ) super(40694) else super(40694, data) end end |