Class: Quickfix::ResponseDestination

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

Returns a new instance of ResponseDestination.



97704
97705
97706
97707
97708
97709
97710
# File 'ext/quickfix/QuickfixRuby.cpp', line 97704

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

Class Method Details

.fieldObject



9805
9806
9807
# File 'lib/quickfix_fields.rb', line 9805

def ResponseDestination.field
  return 726
end