Class: Quickfix::LegAccount

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

Returns a new instance of LegAccount.



75380
75381
75382
75383
75384
75385
75386
# File 'lib/quickfix_fields.rb', line 75380

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

Class Method Details

.fieldObject



75377
75378
75379
# File 'lib/quickfix_fields.rb', line 75377

def LegAccount.field
  return 2680
end