Class: Quickfix::OrderHandlingInstSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OrderHandlingInstSource

Returns a new instance of OrderHandlingInstSource.



13851
13852
13853
13854
13855
13856
13857
# File 'lib/quickfix_fields.rb', line 13851

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

Class Method Details

.fieldObject



13848
13849
13850
# File 'lib/quickfix_fields.rb', line 13848

def OrderHandlingInstSource.field
	return 1032
end