Class: Quickfix::BenchmarkPriceType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ BenchmarkPriceType



9145
9146
9147
9148
9149
9150
9151
# File 'lib/quickfix_fields.rb', line 9145

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

Class Method Details

.fieldObject



9142
9143
9144
# File 'lib/quickfix_fields.rb', line 9142

def BenchmarkPriceType.field
  return 663
end