Class: Quickfix::MassStatusReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MassStatusReqID

Returns a new instance of MassStatusReqID.



12941
12942
12943
12944
12945
12946
12947
# File 'lib/quickfix_fields.rb', line 12941

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

Class Method Details

.fieldObject



12938
12939
12940
# File 'lib/quickfix_fields.rb', line 12938

def MassStatusReqID.field
	return 584
end