Class: Quickfix::LegBenchmarkPriceType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegBenchmarkPriceType

Returns a new instance of LegBenchmarkPriceType.



2931
2932
2933
2934
2935
2936
2937
# File 'lib/quickfix_fields.rb', line 2931

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

Class Method Details

.fieldObject



2928
2929
2930
# File 'lib/quickfix_fields.rb', line 2928

def LegBenchmarkPriceType.field
  return 680
end