Class: Quickfix::StreamAsgnReqID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamAsgnReqID

Returns a new instance of StreamAsgnReqID.



7923
7924
7925
7926
7927
7928
7929
# File 'lib/quickfix_fields.rb', line 7923

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

Class Method Details

.fieldObject



7920
7921
7922
# File 'lib/quickfix_fields.rb', line 7920

def StreamAsgnReqID.field
	return 1497
end