|
|
|
@ -343,7 +343,7 @@ newtype CommandCancelOrder = |
|
|
|
|
|
|
|
|
|
|
|
instance TransaqCommand CommandCancelOrder where |
|
|
|
instance TransaqCommand CommandCancelOrder where |
|
|
|
toXml CommandCancelOrder{..} = |
|
|
|
toXml CommandCancelOrder{..} = |
|
|
|
T.pack . showElement $ unode "command" ([strAttr "id" "cancelOrder"], |
|
|
|
T.pack . showElement $ unode "command" ([strAttr "id" "cancelorder"], |
|
|
|
[ unode "transactionid" (show transactionId)]) |
|
|
|
[ unode "transactionid" (show transactionId)]) |
|
|
|
|
|
|
|
|
|
|
|
newtype CommandGetSecuritiesInfo = |
|
|
|
newtype CommandGetSecuritiesInfo = |
|
|
|
|