Class: Quickfix::PaymentScheduleFixingDateUnadjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PaymentScheduleFixingDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleFixingDateUnadjusted
constructor
A new instance of PaymentScheduleFixingDateUnadjusted.
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleFixingDateUnadjusted
Returns a new instance of PaymentScheduleFixingDateUnadjusted.
38343 38344 38345 38346 38347 38348 38349 |
# File 'lib/quickfix_fields.rb', line 38343 def initialize(data = nil) if( data == nil ) super(40850) else super(40850, data) end end |