Method: Quickfix::StandInstDbType#initialize

Defined in:
ext/quickfix/QuickfixRuby.cpp,
lib/quickfix_fields.rb

#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