Class: Quickfix::UnderlyingCollectAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCollectAmount

Returns a new instance of UnderlyingCollectAmount.



13955
13956
13957
13958
13959
13960
13961
# File 'lib/quickfix_fields.rb', line 13955

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

Class Method Details

.fieldObject



13952
13953
13954
# File 'lib/quickfix_fields.rb', line 13952

def UnderlyingCollectAmount.field
	return 986
end