Class: Quickfix::UnderlyingPaymentScheduleFixingDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentScheduleFixingDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateUnadjusted
constructor
A new instance of UnderlyingPaymentScheduleFixingDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingDateUnadjusted
Returns a new instance of UnderlyingPaymentScheduleFixingDateUnadjusted.
36211 36212 36213 36214 36215 36216 36217 |
# File 'lib/quickfix_fields.rb', line 36211 def initialize(data = nil) if( data == nil ) super(40686) else super(40686, data) end end |