Browse Source

Improve filter by asset class (#1135)

pull/1136/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
c5e6602102
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      apps/api/src/app/order/order.service.ts

7
apps/api/src/app/order/order.service.ts

@ -230,9 +230,10 @@ export class OrderService {
}) })
}, },
{ {
SymbolProfileOverrides: { OR: [
assetClass: null { SymbolProfileOverrides: { is: null } },
} { SymbolProfileOverrides: { assetClass: null } }
]
} }
] ]
}, },

Loading…
Cancel
Save