Class: Quickfix::LegSettlRateIndexLocation

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

Returns a new instance of LegSettlRateIndexLocation.



42867
42868
42869
42870
42871
42872
42873
# File 'lib/quickfix_fields.rb', line 42867

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

Class Method Details

.fieldObject



42864
42865
42866
# File 'lib/quickfix_fields.rb', line 42864

def LegSettlRateIndexLocation.field
  return 2177
end