Class: Quickfix::LegSecurityExchange

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

Returns a new instance of LegSecurityExchange.



8365
8366
8367
8368
8369
8370
8371
# File 'lib/quickfix_fields.rb', line 8365

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

Class Method Details

.fieldObject



8362
8363
8364
# File 'lib/quickfix_fields.rb', line 8362

def LegSecurityExchange.field
  return 616
end