//SetLastMkt sets LastMkt, Tag 30
func (m Allocation) SetLastMkt(v string) {
	m.Set(field.NewLastMkt(v))
}
//SetLastMkt sets LastMkt, Tag 30
func (m SettlementInstructions) SetLastMkt(v string) {
	m.Set(field.NewLastMkt(v))
}
//SetLastMkt sets LastMkt, Tag 30
func (m Advertisement) SetLastMkt(v string) {
	m.Set(field.NewLastMkt(v))
}
//SetLastMkt sets LastMkt, Tag 30
func (m ExecutionReport) SetLastMkt(v string) {
	m.Set(field.NewLastMkt(v))
}
//SetLastMkt sets LastMkt, Tag 30
func (m NoExecs) SetLastMkt(v string) {
	m.Set(field.NewLastMkt(v))
}