Class: Quickfix::ClearingPriceOffset

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ClearingPriceOffset

Returns a new instance of ClearingPriceOffset.



62575
62576
62577
62578
62579
62580
62581
# File 'lib/quickfix_fields.rb', line 62575

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

Class Method Details

.fieldObject



62572
62573
62574
# File 'lib/quickfix_fields.rb', line 62572

def ClearingPriceOffset.field
	return 2582
end