trader-server
Version:
OData server for testing strategies, simulating and real trading.
12 lines (11 loc) • 899 B
text/typescript
import { ObjectID } from "mongodb";
export = [
{"_id": new ObjectID("578f2baa12eaebabec4af289"),"Description":"Soft drinks","Name":"Beverages"},
{"_id": new ObjectID("578f2baa12eaebabec4af28a"),"Description":"Breads","Name":"Grains/Cereals"},
{"_id": new ObjectID("578f2baa12eaebabec4af28b"),"Description":"Prepared meats","Name":"Meat/Poultry"},
{"_id": new ObjectID("578f2baa12eaebabec4af28c"),"Description":"Dried fruit and bean curd","Name":"Produce"},
{"_id": new ObjectID("578f2baa12eaebabec4af28d"),"Description":"Seaweed and fish","Name":"Seafood"},
{"_id": new ObjectID("578f2baa12eaebabec4af28e"),"Description":"Sweet and savory sauces","Name":"Condiments"},
{"_id": new ObjectID("578f2baa12eaebabec4af28f"),"Description":"Cheeses","Name":"Dairy Products"},
{"_id": new ObjectID("578f2baa12eaebabec4af290"),"Description":"Desserts","Name":"Confections"}
];