Class: Quickfix::UnderlyingManualNoticeBusinessCenter

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

Returns a new instance of UnderlyingManualNoticeBusinessCenter.



53683
53684
53685
53686
53687
53688
53689
# File 'lib/quickfix_fields.rb', line 53683

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

Class Method Details

.fieldObject



53680
53681
53682
# File 'lib/quickfix_fields.rb', line 53680

def UnderlyingManualNoticeBusinessCenter.field
  return 41816
end