Class: Quickfix::DeskTypeSource

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

Returns a new instance of DeskTypeSource.



127742
127743
127744
127745
127746
127747
127748
# File 'ext/quickfix/QuickfixRuby.cpp', line 127742

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

Class Method Details

.fieldObject



13744
13745
13746
# File 'lib/quickfix_fields.rb', line 13744

def DeskTypeSource.field
  return 1034
end