Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
VTT updates
  • Loading branch information
5paisa authored Jan 12, 2024
1 parent c266fe8 commit dbf66c8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,16 +389,7 @@ client.vtt_order('P', Exch="N", ExchType="C", ScripCode=1660, InitialLimitPrice=

#modify VTT Order

client.vtt_order('M',
VTTOrderId=3121,
InitialLimitPrice=0.0,
StopLossLimitPrice=0.0,
InitialTriggerPrice=337,
StopLossTriggerPrice=0.0,
ProfitLimitPrice=0.0,
ProfitTriggerPrice=0.0,
MatchingCondition="GT",
Qty=1)
client.vtt_order('M', VTTOrderId=3121, InitialLimitPrice=0.0, StopLossLimitPrice=0.0, InitialTriggerPrice=337, StopLossTriggerPrice=0.0, ProfitLimitPrice=0.0, ProfitTriggerPrice=0.0, MatchingCondition="GT", Qty=1)

#cancel VTT Order

Expand Down

0 comments on commit dbf66c8

Please sign in to comment.