Class: Quickfix::TradeAllocIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeAllocIndicator



11225
11226
11227
11228
11229
11230
11231
# File 'lib/quickfix_fields.rb', line 11225

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