Class: Quickfix::LotType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ LotType

Returns a new instance of LotType.



133230
133231
133232
133233
133234
133235
133236
# File 'ext/quickfix/QuickfixRuby.cpp', line 133230

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

Class Method Details

.fieldObject



14472
14473
14474
# File 'lib/quickfix_fields.rb', line 14472

def LotType.field
	return 1093
end