Method: Quickfix::SettlLocation#initialize

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

#initialize(*args, self) ⇒ SettlLocation

Returns a new instance of SettlLocation.



41118
41119
41120
41121
41122
41123
41124
# File 'ext/quickfix/QuickfixRuby.cpp', line 41118

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