Class: Quickfix::PosTransType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ PosTransType

Returns a new instance of PosTransType.



96038
96039
96040
96041
96042
96043
96044
# File 'ext/quickfix/QuickfixRuby.cpp', line 96038

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

Class Method Details

.fieldObject



9584
9585
9586
# File 'lib/quickfix_fields.rb', line 9584

def PosTransType.field
	return 709
end