Class: Quickfix::PaymentScheduleFixingDayOfWeek

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleFixingDayOfWeek

Returns a new instance of PaymentScheduleFixingDayOfWeek.



44349
44350
44351
44352
44353
44354
44355
# File 'lib/quickfix_fields.rb', line 44349

def initialize(data = nil)
  if( data == nil )
    super(41162)
  else
    super(41162, data)
  end
end

Class Method Details

.fieldObject



44346
44347
44348
# File 'lib/quickfix_fields.rb', line 44346

def PaymentScheduleFixingDayOfWeek.field
  return 41162
end