Class: Quickfix::LegID

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

Returns a new instance of LegID.



23380
23381
23382
23383
23384
23385
23386
# File 'lib/quickfix_fields.rb', line 23380

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

Class Method Details

.fieldObject



23377
23378
23379
# File 'lib/quickfix_fields.rb', line 23377

def LegID.field
  return 1788
end