Class: Quickfix::QuoteRespType

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

Returns a new instance of QuoteRespType.



94568
94569
94570
94571
94572
94573
94574
# File 'ext/quickfix/QuickfixRuby.cpp', line 94568

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

Class Method Details

.fieldObject



9389
9390
9391
# File 'lib/quickfix_fields.rb', line 9389

def QuoteRespType.field
  return 694
end