Class: Quickfix::MarketDepth

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ MarketDepth

Returns a new instance of MarketDepth.



46888
46889
46890
46891
46892
46893
46894
# File 'ext/quickfix/QuickfixRuby.cpp', line 46888

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

Class Method Details

.fieldObject



3201
3202
3203
# File 'lib/quickfix_fields.rb', line 3201

def MarketDepth.field
	return 264
end