Class: Quickfix::PaymentScheduleFixingDayNumber
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::PaymentScheduleFixingDayNumber
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentScheduleFixingDayNumber
constructor
A new instance of PaymentScheduleFixingDayNumber.
Constructor Details
#initialize(data = nil) ⇒ PaymentScheduleFixingDayNumber
Returns a new instance of PaymentScheduleFixingDayNumber.
44362 44363 44364 44365 44366 44367 44368 |
# File 'lib/quickfix_fields.rb', line 44362 def initialize(data = nil) if( data == nil ) super(41163) else super(41163, data) end end |