Class: Quickfix::LegManualNoticeBusinessCenter

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

Returns a new instance of LegManualNoticeBusinessCenter.



49120
49121
49122
49123
49124
49125
49126
# File 'lib/quickfix_fields.rb', line 49120

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

Class Method Details

.fieldObject



49117
49118
49119
# File 'lib/quickfix_fields.rb', line 49117

def LegManualNoticeBusinessCenter.field
  return 41487
end