Class: Quickfix::CollAsgnReason

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

Returns a new instance of CollAsgnReason.



114144
114145
114146
114147
114148
114149
114150
# File 'ext/quickfix/QuickfixRuby.cpp', line 114144

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

Class Method Details

.fieldObject



11963
11964
11965
# File 'lib/quickfix_fields.rb', line 11963

def CollAsgnReason.field
  return 895
end