Class: Quickfix::TotalTradeMultipliedQty

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



57271
57272
57273
57274
57275
57276
57277
# File 'lib/quickfix_fields.rb', line 57271

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

Class Method Details

.fieldObject



57268
57269
57270
# File 'lib/quickfix_fields.rb', line 57268

def TotalTradeMultipliedQty.field
	return 2370
end