Class: Quickfix::QuoteResponseLevel

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

Returns a new instance of QuoteResponseLevel.



50514
50515
50516
50517
50518
50519
50520
# File 'ext/quickfix/QuickfixRuby.cpp', line 50514

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

Class Method Details

.fieldObject



3682
3683
3684
# File 'lib/quickfix_fields.rb', line 3682

def QuoteResponseLevel.field
  return 301
end