Class: Quickfix::OutMainCntryUIndex

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OutMainCntryUIndex

Returns a new instance of OutMainCntryUIndex.



11550
11551
11552
11553
11554
11555
11556
# File 'lib/quickfix_fields.rb', line 11550

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

Class Method Details

.fieldObject



11547
11548
11549
# File 'lib/quickfix_fields.rb', line 11547

def OutMainCntryUIndex.field
	return 412
end