Class: Quickfix::StandInstDbType

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

Returns a new instance of StandInstDbType.



41498
41499
41500
41501
41502
41503
41504
# File 'ext/quickfix/QuickfixRuby.cpp', line 41498

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

Class Method Details

.fieldObject



2486
2487
2488
# File 'lib/quickfix_fields.rb', line 2486

def StandInstDbType.field
	return 169
end