Class: Quickfix::CurrentCostBasis

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

Returns a new instance of CurrentCostBasis.



22951
22952
22953
22954
22955
22956
22957
# File 'lib/quickfix_fields.rb', line 22951

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

Class Method Details

.fieldObject



22948
22949
22950
# File 'lib/quickfix_fields.rb', line 22948

def CurrentCostBasis.field
	return 1755
end