Class: Quickfix::PaymentScheduleFixingDateBusinessCenter

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentScheduleFixingDateBusinessCenter

Returns a new instance of PaymentScheduleFixingDateBusinessCenter.



38395
38396
38397
38398
38399
38400
38401
# File 'lib/quickfix_fields.rb', line 38395

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

Class Method Details

.fieldObject



38392
38393
38394
# File 'lib/quickfix_fields.rb', line 38392

def PaymentScheduleFixingDateBusinessCenter.field
  return 40854
end