Class: Quickfix::DeskTypeSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DeskTypeSource

Returns a new instance of DeskTypeSource.



19259
19260
19261
19262
19263
19264
19265
# File 'lib/quickfix_fields.rb', line 19259

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

Class Method Details

.fieldObject



19256
19257
19258
# File 'lib/quickfix_fields.rb', line 19256

def DeskTypeSource.field
	return 1034
end