Class: Quickfix::LastShares

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ LastShares

Returns a new instance of LastShares.



30974
30975
30976
30977
30978
30979
30980
# File 'ext/quickfix/QuickfixRuby.cpp', line 30974

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

Class Method Details

.fieldObject



1147
1148
1149
# File 'lib/quickfix_fields.rb', line 1147

def LastShares.field
	return 32
end