Class: Quickfix::ConfirmType

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

Returns a new instance of ConfirmType.



102396
102397
102398
102399
102400
102401
102402
# File 'ext/quickfix/QuickfixRuby.cpp', line 102396

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

Class Method Details

.fieldObject



10416
10417
10418
# File 'lib/quickfix_fields.rb', line 10416

def ConfirmType.field
	return 773
end