Receiver | Action in AgentStrategyService | Contents |
---|
Participant 1 | onOrderStatusUpdateReceived | Buy 300 at 8EUR, ModeReasonCode:INSERT(1); shoutId: 1, transactionId: 1 |
Everybody | onQuoteUpdateReceived | Bid: 8, BidSize: 300, ask: null, askSize: 0, transactionId: 1 |
Everybody | onOrderbookUpdateReceived | bid1: 8 EUR, bidSize1: 300 transactionId: 1. - all other askN and bidN==null, all other bidSizeN and askSizeN=0 |
Receiver | Action in AgentStrategyService | Contents |
---|
Participant 1 | onOrderStatusUpdateReceived | Buy 150 at 9EUR, ModeReasonCode:INSERT(1); shoutId: 2, transactionId: 2 |
Everybody | onQuoteUpdateReceived | Bid: 9, BidSize: 150, ask: null, askSize: 0, transactionId: 2 |
Everybody | onOrderbookUpdateReceived | bid1: 9 EUR, bidSize1: 150, bid2: 8 EUR, bidSize2: 300, transactionId: 2. - all other askN and bidN==null, all other bidSizeN and askSizeN=0 |
Receiver | Action in AgentStrategyService | Contents |
---|
Participant 1 | onOrderStatusUpdateReceived | Buy 50 at 9EUR, ModeReasonCode:INSERT(1); shoutId: 3, transactionId: 3 |
Everybody | onQuoteUpdateReceived | Bid: 9, BidSize: 200, ask: null, askSize: 0, transactionId: 3 |
Everybody | onOrderbookUpdateReceived | bid1: 9 EUR, bidSize1: 200, bid2: 8 EUR, bidSize2: 300, transactionId: 3. all other askN and bidN==null, all other bidSizeN and askSizeN=0 |
Receiver | Action in AgentStrategyService | Contents |
---|
Participant 1 | onOrderStatusUpdateReceived | Buy 100 at 10EUR, ModeReasonCode:INSERT(1); shoutId: 4, transactionId: 4 |
Everybody | onQuoteUpdateReceived | Bid: 10, BidSize: 100, ask: null, askSize: 0, transactionId: 4 |
Everybody | onOrderbookUpdateReceived | bid1: 10 EUR, bidSize1: 100, bid2: 9 EUR, bidSize2: 200, bid3: 8, bidSize3: 300 transactionId: 4 - all other askN and bidN==null, all other bidSizeN and askSizeN=0 |
Receiver | Action in AgentStrategyService | Contents |
---|
Participant 2 | onOrderStatusUpdateReceived | Sell 100 at 10; ModReasonCode: PARTIALEXECUTION(5); shoutId: 5, transactionId: 5 |
Participant 2 | onCashUpdateReceived | change: 1000, balance: 1000, transactionId: 5 |
Participant 2 | onDepotUpdateReceived | change: -100, balance: -100, transactionId: 5 |
Participant 1 | onOrderStatusUpdateReceived | Buy 100 at 10EUR, ModeReasonCode: EXECUTION(4); shoutId: 4, transactionId: 5 |
Participant 1 | onCashUpdateReceived | change: -1000, balance: -1000, transactionId: 5 |
Participant 1 | onDepotUpdateReceived | change: 100, balance: 100, transactionId: 5 |
Everybody | onTradeUpdateReceived | Price: 10, Volume 100 transactionId: 5 |
Receiver | Action in AgentStrategyService | Contents |
---|
Participant 2 | onOrderStatusUpdateReceived | Sell 150 at 9; ModReasonCode: PARTIALEXECUTION(5); shoutId: 5, transactionId: 5 |
Participant 2 | onCashUpdateReceived | change: 1350, balance: 2350, transactionId: 5 |
Participant 2 | onDepotUpdateReceived | change: -150, balance: -250, transactionId: 5 |
Participant 1 | onOrderStatusUpdateReceived | Buy 150 at 9EUR, ModeReasonCode:EXECUTION(4); shoutId: 2, transactionId: 5 |
Participant 1 | onCashUpdateReceived | change: -1350, balance: -2350, transactionId: 5 |
Participant 1 | onDepotUpdateReceived | change: 150, balance: 250, transactionId: 5 |
Everybody | onTradeUpdateReceived | Price: 9, Volume 150 transactionId: 5 |
Receiver | Action in AgentStrategyService | Contents |
---|
Participant 2 | onOrderStatusUpdateReceived | Sell 50 at 9; ModReasonCode: PARTIALEXECUTION(5); shoutId: 5, transactionId: 5 |
Participant 2 | onCashUpdateReceived | change: 450, balance: 2800, transactionId: 5 |
Participant 2 | onDepotUpdateReceived | change: -50, balance: -300, transactionId: 5 |
Participant 1 | onOrderStatusUpdateReceived | BUY 50 at 9; ModReasonCode: EXECUTION(4); shoutId: 3, transactionId: 5 |
Participant 1 | onCashUpdateReceived | change: -450, balance: -2800, transactionId: 5 |
Participant 1 | onDepotUpdateReceived | change: 50, balance: 300, transactionId: 5 |
Everybody | onTradeUpdateReceived | Price: 9, Volume 50 transactionId: 5 |
Receiver | Action in AgentStrategyService | Contents |
---|
Participant 2 | onOrderStatusUpdateReceived | Sell 50 at 8; ModReasonCode: EXECUTION(4); shoutId: 5, transactionId: 5 |
Participant 2 | onCashUpdateReceived | change: 400, balance: 3200, transactionId: 5 |
Participant 2 | onDepotUpdateReceived | change: -50, balance: -350, transactionId: 5 |
Participant 1 | onOrderStatusUpdateReceived | Buy 50 at 8EUR, ModeReasonCode:PARTIALEXECUTION(5); shoutId: 1, |
Participant 1 | onCashUpdateReceived | change: -400, balance: -3200, transactionId: 5 |
Participant 1 | onDepotUpdateReceived | change: 50, balance: 350, transactionId: 5 |
Everybody | onTradeUpdateReceived | Price: 8, Volume 50 transactionId: 5 |
Everybody | onQuoteUpdateReceived | Bid: 8, BidSize: 250, ask: null, askSize: 0, transactionId: 5 |
Everybody | onOrderbookUpdateReceived | transactionId: 5, bid1: 8 EUR, bidSize1: 250 - all other askN and bidN==null, all other bidSizeN and askSizeN=0 |