Class: Quickfix::OutMainCntryUIndex

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OutMainCntryUIndex

Returns a new instance of OutMainCntryUIndex.



5141
5142
5143
5144
5145
5146
5147
# File 'lib/quickfix_fields.rb', line 5141

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