Class: Quickfix::StreamAsgnReqID

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

Returns a new instance of StreamAsgnReqID.



173362
173363
173364
173365
173366
173367
173368
# File 'ext/quickfix/QuickfixRuby.cpp', line 173362

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

Class Method Details

.fieldObject



19750
19751
19752
# File 'lib/quickfix_fields.rb', line 19750

def StreamAsgnReqID.field
	return 1497
end