Class: Quickfix::UnderlyingCashAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCashAmount

Returns a new instance of UnderlyingCashAmount.



7611
7612
7613
7614
7615
7616
7617
# File 'lib/quickfix_fields.rb', line 7611

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

Class Method Details

.fieldObject



7608
7609
7610
# File 'lib/quickfix_fields.rb', line 7608

def UnderlyingCashAmount.field
	return 973
end