Class: Quickfix::MDPriceLevel

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

Returns a new instance of MDPriceLevel.



126664
126665
126666
126667
126668
126669
126670
# File 'ext/quickfix/QuickfixRuby.cpp', line 126664

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

Class Method Details

.fieldObject



13601
13602
13603
# File 'lib/quickfix_fields.rb', line 13601

def MDPriceLevel.field
  return 1023
end