Class: Quickfix::OwnershipType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ OwnershipType



76156
76157
76158
76159
76160
76161
76162
# File 'ext/quickfix/QuickfixRuby.cpp', line 76156

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

Class Method Details

.fieldObject



6958
6959
6960
# File 'lib/quickfix_fields.rb', line 6958

def OwnershipType.field
  return 517
end