Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. o.m_orderType = "LMT";
  2. o.m_lmtPrice = s.open*0.995;
  3. o.m_auxPrice = 0;
  4. o.m_tif = "DAY";
  5. o.m_transmit = true;
  6. o.m_goodAfterTime = "";
  7. o.m_goodTillDate = "";
  8. o.m_shortSaleSlot = 1;
  9. o.m_rule80A= "I";
  10. o.m_allOrNone = false;
  11. o.m_orderId = s.cid;
  12. o.m_clientId = 1;
  13. o.m_action="SHORT";
  14. o.m_totalQuantity = Integer.parseInt(""+(amountForOrder / s.open));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement