Class: Quickfix::MassStatusReqType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MassStatusReqType

Returns a new instance of MassStatusReqType.



7962
7963
7964
7965
7966
7967
7968
# File 'lib/quickfix_fields.rb', line 7962

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

Class Method Details

.fieldObject



7959
7960
7961
# File 'lib/quickfix_fields.rb', line 7959

def MassStatusReqType.field
	return 585
end