Class: Quickfix::AllocCalculatedCcyQty

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

Returns a new instance of AllocCalculatedCcyQty.



61691
61692
61693
61694
61695
61696
61697
# File 'lib/quickfix_fields.rb', line 61691

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

Class Method Details

.fieldObject



61688
61689
61690
# File 'lib/quickfix_fields.rb', line 61688

def AllocCalculatedCcyQty.field
	return 2515
end