//SetAllocID sets AllocID, Tag 70
func (m AllocationACK) SetAllocID(v string) {
	m.Set(field.NewAllocID(v))
}
//SetAllocID sets AllocID, Tag 70
func (m AllocationInstructionAck) SetAllocID(v string) {
	m.Set(field.NewAllocID(v))
}
//SetAllocID sets AllocID, Tag 70
func (m AllocationReportAck) SetAllocID(v string) {
	m.Set(field.NewAllocID(v))
}
//SetAllocID sets AllocID, Tag 70
func (m ConfirmationRequest) SetAllocID(v string) {
	m.Set(field.NewAllocID(v))
}
//SetAllocID sets AllocID, Tag 70
func (m SettlementInstructions) SetAllocID(v string) {
	m.Set(field.NewAllocID(v))
}