Class: Quickfix::IOIShares

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

Returns a new instance of IOIShares.



30484
30485
30486
30487
30488
30489
30490
# File 'ext/quickfix/QuickfixRuby.cpp', line 30484

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

Class Method Details

.fieldObject



1082
1083
1084
# File 'lib/quickfix_fields.rb', line 1082

def IOIShares.field
	return 27
end