Class: Quickfix::OrderHandlingInstSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OrderHandlingInstSource

Returns a new instance of OrderHandlingInstSource.



3399
3400
3401
3402
3403
3404
3405
# File 'lib/quickfix_fields.rb', line 3399

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

Class Method Details

.fieldObject



3396
3397
3398
# File 'lib/quickfix_fields.rb', line 3396

def OrderHandlingInstSource.field
	return 1032
end