Skip to content

Releases: tigerfintech/openapi-python-sdk

GTD order; transaction push

23 Nov 07:24

Choose a tag to compare

v2.2.2

GTD订单;订单执行推送

v2.1.9: ## 2.1.9 (2022-10-12)

12 Oct 07:58

Choose a tag to compare

multi license config

analytics asset; price util

18 Jul 09:49

Choose a tag to compare

2.1.4 (2022-07-18)

New

  • Added historical asset analysis interface TradeClient.get_analytics_asset
  • Added new contract price correction tool function tigeropen.common.util.price_util.PriceUtil, which corrects the input order price based on the requested contract tick size
  • Order object new property: update time: update_time
  • Get_orders (get_open_orders/get_filled_orders)` Support specified sorting rules, sort by order creation time or order status update time
  • Query position interface TradeClient.get_positions supports option element (expiry, strike, put_call) parameter filtering

push tick data

08 Jul 07:54

Choose a tag to compare

New

  • PushClient.subscribe_tick, PushClient.unsubscribe_tick
  • PushClient.query_subscribed_callback replace Pushclient.subscribed_symbols
  • QuoteClient.get_trade_ticks add parameter trade_session

Modify

  • Pushclient.subscribed_symbols is deprecated

upgrade stomp

14 Jun 06:31
a38583f

Choose a tag to compare

upgrade stomp.py
add get_bars_by_page api

dynamic domain; option helper; get future contract by code

07 May 12:16
cc4e70a

Choose a tag to compare

dynamic domain;
option helper;
QuoteClient.get_future_contract
TradeClient.get_derivative_contracts

Timeline history;Auto grab quote permission

21 Apr 08:19
7ab4067

Choose a tag to compare

Timeline history api;
Auto grab quote permission;
Place order api return order id

Change server host

07 Feb 02:03
f72cbb9

Choose a tag to compare

v2.0.7

Change sesrver host

Order/Contract add fields

24 Jan 08:22
56e3b9c

Choose a tag to compare

Contract add fields: marginable, close_only, shortable_count;
Order add fields: attr_desc, source;
tigeropen.quote.request.OpenApiRequest move to tigeropen.common.request.OpenApiRequest

remove Python2 compatiable

18 Sep 07:17
8049c70

Choose a tag to compare

Merge pull request #40 from tigerfintech/fix_order_status

fix order status; downgrade pandas version