Skip to content

Commit 04c86b3

Browse files
committed
version update
1 parent 705eda9 commit 04c86b3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### 0.14.0
2+
Improvements to the VirtualBroker module
3+
### Features
4+
Following features added to `VirtualBroker`
5+
* `VirtualBroker` methods to match `FakeBroker` methods
6+
* Users added, orders can be placed and managed based on user
7+
* Order status could be fetched based on Status
8+
* delay attribute added to broker
9+
* Ticker model improved with ohlc and orderbook methods
10+
11+
### Improvements
12+
* `iterate_method` made generic
13+
* `Ticker` model now moved to models
14+
115
### 0.13.0
216
* New `FakeBroker` class added to simulation
317
* API added for generating fake data in `omspy.simulation.server`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "omspy"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
description = ""
55
license = "MIT"
66
authors = ["Ubermensch <[email protected]>"]

0 commit comments

Comments
 (0)