Class: Quickfix::LegIssuer

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ LegIssuer

Returns a new instance of LegIssuer.



85846
85847
85848
85849
85850
85851
85852
# File 'ext/quickfix/QuickfixRuby.cpp', line 85846

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

Class Method Details

.fieldObject



8232
8233
8234
# File 'lib/quickfix_fields.rb', line 8232

def LegIssuer.field
	return 617
end