Class: Quickfix::CollApplType

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

Returns a new instance of CollApplType.



128624
128625
128626
128627
128628
128629
128630
# File 'ext/quickfix/QuickfixRuby.cpp', line 128624

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

Class Method Details

.fieldObject



13861
13862
13863
# File 'lib/quickfix_fields.rb', line 13861

def CollApplType.field
	return 1043
end