Class: Quickfix::UnderlyingPaymentScheduleFixingDateBusinessCenter

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) ⇒ UnderlyingPaymentScheduleFixingDateBusinessCenter



36263
36264
36265
36266
36267
36268
36269
# File 'lib/quickfix_fields.rb', line 36263

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

Class Method Details

.fieldObject



36260
36261
36262
# File 'lib/quickfix_fields.rb', line 36260

def UnderlyingPaymentScheduleFixingDateBusinessCenter.field
  return 40690
end