Class: Quickfix::MarketResult

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

Returns a new instance of MarketResult.



79462
79463
79464
79465
79466
79467
79468
# File 'lib/quickfix_fields.rb', line 79462

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

Class Method Details

.fieldObject



79459
79460
79461
# File 'lib/quickfix_fields.rb', line 79459

def MarketResult.field
  return 20107
end