Class: Quickfix::FastMarketPercentage

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FastMarketPercentage

Returns a new instance of FastMarketPercentage.



62250
62251
62252
62253
62254
62255
62256
# File 'lib/quickfix_fields.rb', line 62250

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