Class: Quickfix::TradeAllocAmt

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeAllocAmt

Returns a new instance of TradeAllocAmt.



24186
24187
24188
24189
24190
24191
24192
# File 'lib/quickfix_fields.rb', line 24186

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