Class: Quickfix::ExchangeForPhysical

Inherits:
((swig_class *) SWIGTYPE_p_FIX__BoolField->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) ⇒ ExchangeForPhysical

Returns a new instance of ExchangeForPhysical.



60916
60917
60918
60919
60920
60921
60922
# File 'ext/quickfix/QuickfixRuby.cpp', line 60916

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

Class Method Details

.fieldObject



4982
4983
4984
# File 'lib/quickfix_fields.rb', line 4982

def ExchangeForPhysical.field
  return 411
end