Class: Quickfix::RegistTransType

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

Returns a new instance of RegistTransType.



75776
75777
75778
75779
75780
75781
75782
# File 'ext/quickfix/QuickfixRuby.cpp', line 75776

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

Class Method Details

.fieldObject



6919
6920
6921
# File 'lib/quickfix_fields.rb', line 6919

def RegistTransType.field
  return 514
end