Class: Quickfix::SettlLocation

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

Returns a new instance of SettlLocation.



2567
2568
2569
2570
2571
2572
2573
# File 'lib/quickfix_fields.rb', line 2567

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

Class Method Details

.fieldObject



2564
2565
2566
# File 'lib/quickfix_fields.rb', line 2564

def SettlLocation.field
  return 166
end