Class: Quickfix::CollAsgnTransType

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) ⇒ CollAsgnTransType

Returns a new instance of CollAsgnTransType.



114928
114929
114930
114931
114932
114933
114934
# File 'ext/quickfix/QuickfixRuby.cpp', line 114928

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

Class Method Details

.fieldObject



12067
12068
12069
# File 'lib/quickfix_fields.rb', line 12067

def CollAsgnTransType.field
	return 903
end