Class: Quickfix::StreamAsgnRptID

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ StreamAsgnRptID

Returns a new instance of StreamAsgnRptID.



173754
173755
173756
173757
173758
173759
173760
# File 'ext/quickfix/QuickfixRuby.cpp', line 173754

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

Class Method Details

.fieldObject



19802
19803
19804
# File 'lib/quickfix_fields.rb', line 19802

def StreamAsgnRptID.field
	return 1501
end