//SetAccount sets Account, Tag 1
func (m NewOrderSingle) SetAccount(v string) {
	m.Set(field.NewAccount(v))
}
//SetAccount sets Account, Tag 1
func (m RegistrationInstructionsResponse) SetAccount(v string) {
	m.Set(field.NewAccount(v))
}
Example #3
0
//SetAccount sets Account, Tag 1
func (m Quote) SetAccount(v string) {
	m.Set(field.NewAccount(v))
}
Example #4
0
//SetAccount sets Account, Tag 1
func (m NoBidComponents) SetAccount(v string) {
	m.Set(field.NewAccount(v))
}
//SetAccount sets Account, Tag 1
func (m OrderCancelRequest) SetAccount(v string) {
	m.Set(field.NewAccount(v))
}
//SetAccount sets Account, Tag 1
func (m OrderStatusRequest) SetAccount(v string) {
	m.Set(field.NewAccount(v))
}
//SetAccount sets Account, Tag 1
func (m ExecutionReport) SetAccount(v string) {
	m.Set(field.NewAccount(v))
}
//SetAccount sets Account, Tag 1
func (m NewOrderList) SetAccount(v string) {
	m.Set(field.NewAccount(v))
}
//SetAccount sets Account, Tag 1
func (m NoOrders) SetAccount(v string) {
	m.Set(field.NewAccount(v))
}
//SetAccount sets Account, Tag 1
func (m QuoteStatusRequest) SetAccount(v string) {
	m.Set(field.NewAccount(v))
}