Class: Quickfix::DeskTypeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeskTypeSource

Returns a new instance of DeskTypeSource.



13877
13878
13879
13880
13881
13882
13883
# File 'lib/quickfix_fields.rb', line 13877

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