Class: Quickfix::UnderlyingPaymentScheduleFixingTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentScheduleFixingTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingTime
constructor
A new instance of UnderlyingPaymentScheduleFixingTime.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentScheduleFixingTime
Returns a new instance of UnderlyingPaymentScheduleFixingTime.
36328 36329 36330 36331 36332 36333 36334 |
# File 'lib/quickfix_fields.rb', line 36328 def initialize(data = nil) if( data == nil ) super(40695) else super(40695, data) end end |