Class: Quickfix::DeskType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ DeskType

Returns a new instance of DeskType.



127644
127645
127646
127647
127648
127649
127650
# File 'ext/quickfix/QuickfixRuby.cpp', line 127644

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

Class Method Details

.fieldObject



13731
13732
13733
# File 'lib/quickfix_fields.rb', line 13731

def DeskType.field
	return 1033
end