Class: Quickfix::LegBenchmarkPriceType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegBenchmarkPriceType

Returns a new instance of LegBenchmarkPriceType.



9366
9367
9368
9369
9370
9371
9372
# File 'lib/quickfix_fields.rb', line 9366

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