Class: Quickfix::MassStatusReqType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MassStatusReqType

Returns a new instance of MassStatusReqType.



8066
8067
8068
8069
8070
8071
8072
# File 'lib/quickfix_fields.rb', line 8066

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

Class Method Details

.fieldObject



8063
8064
8065
# File 'lib/quickfix_fields.rb', line 8063

def MassStatusReqType.field
	return 585
end