Class: Quickfix::StreamAsgnReqType

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

Returns a new instance of StreamAsgnReqType.



173460
173461
173462
173463
173464
173465
173466
# File 'ext/quickfix/QuickfixRuby.cpp', line 173460

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

Class Method Details

.fieldObject



19763
19764
19765
# File 'lib/quickfix_fields.rb', line 19763

def StreamAsgnReqType.field
	return 1498
end