Class: Quickfix::LastMkt

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

Returns a new instance of LastMkt.



30778
30779
30780
30781
30782
30783
30784
# File 'ext/quickfix/QuickfixRuby.cpp', line 30778

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

Class Method Details

.fieldObject



1121
1122
1123
# File 'lib/quickfix_fields.rb', line 1121

def LastMkt.field
	return 30
end