Class: Quickfix::ManualNoticeBusinessCenter

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

Returns a new instance of ManualNoticeBusinessCenter.



43699
43700
43701
43702
43703
43704
43705
# File 'lib/quickfix_fields.rb', line 43699

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

Class Method Details

.fieldObject



43696
43697
43698
# File 'lib/quickfix_fields.rb', line 43696

def ManualNoticeBusinessCenter.field
  return 41112
end