Class: Quickfix::StreamAsgnType

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



174232
174233
174234
174235
174236
174237
174238
# File 'ext/quickfix/QuickfixRuby.cpp', line 174232

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

Class Method Details

.fieldObject



19854
19855
19856
# File 'lib/quickfix_fields.rb', line 19854

def StreamAsgnType.field
  return 1617
end