Class: Quickfix::PaymentScheduleFixingDayNumber

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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