Class: Quickfix::AllocHandlInst

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocHandlInst

Returns a new instance of AllocHandlInst.



10068
10069
10070
10071
10072
10073
10074
# File 'lib/quickfix_fields.rb', line 10068

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

Class Method Details

.fieldObject



10065
10066
10067
# File 'lib/quickfix_fields.rb', line 10065

def AllocHandlInst.field
	return 209
end