Joel Grunbaum
2022-01-09 6926be56fe58e199673db158c4fee7ca7b140c8d
Fixed deletedOrder and send now returns packet
8 files modified
806 ■■■■■ changed files
CMakeLists.txt 2 ●●●●● patch | view | raw | blame | history
book.cpp 2 ●●● patch | view | raw | blame | history
click.cpp 1 ●●●● patch | view | raw | blame | history
data.test 727 ●●●●● patch | view | raw | blame | history
json.cpp 6 ●●●● patch | view | raw | blame | history
protocol.cpp 45 ●●●●● patch | view | raw | blame | history
protocol.hpp 14 ●●●● patch | view | raw | blame | history
test.py 9 ●●●● patch | view | raw | blame | history
CMakeLists.txt
@@ -5,6 +5,8 @@
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True)
add_compile_options(-g -Wall)
add_subdirectory(date)
add_library(MAIN json.cpp date protocol.cpp book.cpp)
book.cpp
@@ -142,7 +142,7 @@
{
    std::cout << "Sell side: " << this->askSide.size() << std::endl;
    std::vector<Level> askCopy(this->askSide);
    int count = 0;
    std::size_t count = 0;
    std::sort(askCopy.begin(), askCopy.end());
    for (auto i = askCopy.rbegin(); i != askCopy.rend() && count < numOrders; i++, count++) {
        std::cout << *i << std::endl;
click.cpp
@@ -37,7 +37,6 @@
int main(int argc, char** argv)
{
    int c;
    int index;
    std::string product, id;
    double price;
    clickType click;
data.test
@@ -1,726 +1 @@
{'type': 'FUTURE', 'product': 'F_SOH_APP0107T1410', 'stationId': 66214, 'stationName': 'SYDNEY (OBSERVATORY HILL)', 'unit': 'APPARENT_TEMP', 'expiry': '2022-01-07 14:10+1100', 'aggressiveFee': 0.0, 'passiveFee': 0.0, 'brokerFee': 0.0, 'sequence': 1, 'timestamp': 1641523350.4206033}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '4a7338f9-80e6-4150-b563-36f58689e817', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 2, 'timestamp': 1641523466.360379}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '3db67dd7-4501-4dd1-aa68-065f71e5fad8', 'side': 'SELL', 'price': 25.1, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 3, 'timestamp': 1641523489.2409189}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '1818c995-ae63-4f40-83ec-70985fcbc2b5', 'side': 'BUY', 'price': 23.1, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 4, 'timestamp': 1641523489.2663379}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1410', 'id': '1818c995-ae63-4f40-83ec-70985fcbc2b5', 'side': 'BUY', 'sequence': 5, 'timestamp': 1641523489.2993052}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'a221d0f9-b7d9-49bc-880e-87f3391066a0', 'side': 'SELL', 'price': 24.4, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 6, 'timestamp': 1641523489.344152}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'a93b44f4-0e78-4e0d-9f2d-f4473e846a7b', 'side': 'BUY', 'price': 0.1, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 7, 'timestamp': 1641523489.3663871}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '963303e5-0c26-4855-8d80-b472659a07bc', 'side': 'BUY', 'price': 23.2, 'filled': 0, 'resting': 100, 'owner': 'tshort', 'sequence': 8, 'timestamp': 1641523496.9295552}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '76a262d8-b9c1-4b2a-a602-100dc97d221a', 'side': 'BUY', 'price': 23.3, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 9, 'timestamp': 1641523496.955648}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'eee6f0dd-bdd9-402c-9e87-8372888ee4c7', 'side': 'SELL', 'price': 24.8, 'filled': 0, 'resting': 100, 'owner': 'tshort', 'sequence': 10, 'timestamp': 1641523497.8289592}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '86023d54-ff3f-4377-8d67-0cb19c92f3ee', 'side': 'BUY', 'price': 21.0, 'filled': 0, 'resting': 1000, 'owner': 'tshort', 'sequence': 11, 'timestamp': 1641523498.7288625}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '4771e87f-1256-40b3-b60b-6e0891c31275', 'side': 'SELL', 'price': 27.0, 'filled': 0, 'resting': 1000, 'owner': 'tshort', 'sequence': 12, 'timestamp': 1641523499.6295023}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'c7415b7f-9612-4c4e-a7d4-d82357dbfff5', 'side': 'BUY', 'price': 18.0, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 13, 'timestamp': 1641523502.0444243}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '48cfe080-f8df-42ff-a880-c1df5ee13330', 'side': 'SELL', 'price': 30.0, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 14, 'timestamp': 1641523502.5150745}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '95a37260-0e06-4175-a17a-48f08e1bf6cc', 'side': 'BUY', 'price': 17.9, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 15, 'timestamp': 1641523504.0496233}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '99a07de4-6a43-4fa5-b905-b4efac6a4640', 'side': 'SELL', 'price': 30.1, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 16, 'timestamp': 1641523504.527006}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '50ea1d3e-404b-4727-b93a-136fb144651f', 'side': 'BUY', 'price': 17.8, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 17, 'timestamp': 1641523506.000427}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '4b46386e-a40a-4a75-8805-bc7a7f288d03', 'side': 'SELL', 'price': 30.2, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 18, 'timestamp': 1641523506.4712105}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '259c01a4-0731-4d38-955d-7c740f8d4136', 'side': 'BUY', 'price': 17.7, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 19, 'timestamp': 1641523507.949495}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'eb6e31ed-e826-40b4-a274-28704da00f95', 'side': 'SELL', 'price': 30.3, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 20, 'timestamp': 1641523508.4203622}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ec8ae10f-2648-47aa-9750-35daf23b2641', 'side': 'BUY', 'price': 17.6, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 21, 'timestamp': 1641523509.8925304}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '4b2917b1-36aa-47f2-97cc-fe0ae7bebd9c', 'side': 'SELL', 'price': 30.4, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 22, 'timestamp': 1641523510.372673}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '7bc23024-a1d3-43b6-b87e-54801d9aa48d', 'side': 'BUY', 'price': 17.5, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 23, 'timestamp': 1641523511.8454497}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '88a07f6b-a4a3-4506-b120-26510381f940', 'side': 'SELL', 'price': 30.5, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 24, 'timestamp': 1641523512.3172073}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '04281afc-ef5f-4a7c-b19f-ee717981dca0', 'side': 'BUY', 'price': 17.4, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 25, 'timestamp': 1641523513.7908158}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '9793c4df-55a1-4867-b85b-b125ac193507', 'side': 'SELL', 'price': 30.6, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 26, 'timestamp': 1641523514.2623973}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '95099f81-5f43-4618-8748-be66d348872d', 'side': 'BUY', 'price': 17.3, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 27, 'timestamp': 1641523515.7341287}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '041c476c-c7e5-4798-8ac0-d8b296ab7cb8', 'side': 'SELL', 'price': 30.7, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 28, 'timestamp': 1641523516.2043695}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '753cbea5-e2f1-4a13-9fef-b96f0afd1480', 'side': 'BUY', 'price': 17.2, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 29, 'timestamp': 1641523517.6862795}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ea25072f-f8c9-4df9-8925-0093eb977eae', 'side': 'SELL', 'price': 30.8, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 30, 'timestamp': 1641523518.1583316}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '7d5f36ed-2651-4f77-b33e-1c6b45b883d8', 'side': 'BUY', 'price': 17.1, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 31, 'timestamp': 1641523519.6314473}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'bef26a1e-53de-4874-b05b-206f626281f1', 'side': 'SELL', 'price': 30.9, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 32, 'timestamp': 1641523520.1017363}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '57a28871-54da-4146-9202-de5211c6175f', 'side': 'BUY', 'price': 17.0, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 33, 'timestamp': 1641523521.5734787}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '0bbd27ad-a304-4ce8-9002-a1a10010ab72', 'side': 'SELL', 'price': 31.0, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 34, 'timestamp': 1641523522.0457773}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ecf86b70-c835-490d-b95a-22e75c4c4a83', 'side': 'BUY', 'price': 16.9, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 35, 'timestamp': 1641523523.5185323}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '2eead857-3a12-4527-a239-6c9ee871fa57', 'side': 'SELL', 'price': 31.1, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 36, 'timestamp': 1641523523.992511}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '3c81dce5-faa7-42d0-a285-1ba61a264e0b', 'side': 'BUY', 'price': 16.8, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 37, 'timestamp': 1641523525.4643617}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'f2b19a04-951b-4abc-a8d3-b58373eff744', 'side': 'SELL', 'price': 31.2, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 38, 'timestamp': 1641523525.9357212}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'd5e9c7be-dd50-4e67-b5cf-bf71220f5c97', 'side': 'BUY', 'price': 16.7, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 39, 'timestamp': 1641523527.416096}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '06839f15-b424-4d3c-8f97-a7e442b7e623', 'side': 'SELL', 'price': 31.3, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 40, 'timestamp': 1641523527.8872092}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '3938e680-5479-4133-9f56-954a1004fc2e', 'side': 'BUY', 'price': 16.6, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 41, 'timestamp': 1641523529.3602285}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '678b95bd-09b9-4ae8-a13e-9d9b9f7675dc', 'side': 'SELL', 'price': 31.4, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 42, 'timestamp': 1641523529.8309443}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '06b4dad4-6723-4977-a44e-d692925bf7d8', 'side': 'BUY', 'price': 18.0, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 43, 'timestamp': 1641523547.7949324}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'b327aa12-5f84-4dc0-998c-14859fd6dfe7', 'side': 'SELL', 'price': 30.0, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 44, 'timestamp': 1641523548.2810137}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'dc67ca81-84d1-424c-b3ea-abba5fc4ea2a', 'side': 'BUY', 'price': 17.9, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 45, 'timestamp': 1641523549.7532728}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '06182772-59a2-4f4f-a890-3b5b730f6c57', 'side': 'SELL', 'price': 30.1, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 46, 'timestamp': 1641523550.2246964}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'b69d6837-73e2-4ed7-9057-42fef7251600', 'side': 'BUY', 'price': 17.8, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 47, 'timestamp': 1641523551.6975014}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'fae0dffc-1f21-449c-a575-1eba9555cf7b', 'side': 'SELL', 'price': 30.2, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 48, 'timestamp': 1641523552.2303288}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.4, 'volume': 10, 'buyer': 'klee', 'seller': 'aesteban', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'a221d0f9-b7d9-49bc-880e-87f3391066a0', 'passiveOrderRemaining': 0, 'sequence': 49, 'timestamp': 1641523552.9492075}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '2d1d6bc7-3f2a-4b74-a2f0-8fe4833f4489', 'side': 'BUY', 'price': 24.4, 'filled': 10, 'resting': 990, 'owner': 'klee', 'sequence': 50, 'timestamp': 1641523552.9492223}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '5cbb3706-a7ca-4aa2-8fca-bb0641f3568c', 'side': 'SELL', 'price': 24.6, 'filled': 0, 'resting': 1000, 'owner': 'klee', 'sequence': 51, 'timestamp': 1641523552.9598558}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.4, 'volume': 990, 'buyer': 'klee', 'seller': 'aesteban', 'tradeType': 'SELL_AGGRESSOR', 'passiveOrder': '2d1d6bc7-3f2a-4b74-a2f0-8fe4833f4489', 'passiveOrderRemaining': 0, 'sequence': 52, 'timestamp': 1641523553.011399}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'dcc83c46-2900-405b-be5f-5a6820e43fc7', 'side': 'SELL', 'price': 24.4, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 53, 'timestamp': 1641523553.01622}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'f2cc6737-d4ef-425a-8a26-90ef4eb9c45b', 'side': 'BUY', 'price': 17.7, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 54, 'timestamp': 1641523553.7091856}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'd422b779-f3a5-4048-96bc-fe7bc3e52314', 'side': 'SELL', 'price': 30.3, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 55, 'timestamp': 1641523554.180747}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '4466748a-db53-4b39-a683-c7666401ad37', 'side': 'BUY', 'price': 17.6, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 56, 'timestamp': 1641523555.6532881}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'cfd22e07-23a7-42dd-a67c-98a6659b2805', 'side': 'SELL', 'price': 30.4, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 57, 'timestamp': 1641523556.1235337}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'b070ed18-f2c8-4fa4-9c09-5c4662328286', 'side': 'BUY', 'price': 24.0, 'filled': 0, 'resting': 1000, 'owner': 'klee', 'sequence': 58, 'timestamp': 1641523624.0857213}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '6b6eaafa-171a-44ec-b03e-0c826851031c', 'side': 'SELL', 'price': 24.6, 'filled': 0, 'resting': 1000, 'owner': 'klee', 'sequence': 59, 'timestamp': 1641523624.0943308}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'dac61ad1-aeb8-4450-b61f-eeafefbf9ded', 'side': 'BUY', 'price': 23.2, 'filled': 0, 'resting': 10, 'owner': 'klee', 'sequence': 60, 'timestamp': 1641523624.1044784}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '68fcbbbe-d1e9-48c8-9e39-6fd833ef679f', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 10, 'owner': 'klee', 'sequence': 61, 'timestamp': 1641523624.111997}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '8875cf81-5c88-4b2e-85c0-0e4a4430ed75', 'side': 'BUY', 'price': 23.3, 'filled': 0, 'resting': 5, 'owner': 'klee', 'sequence': 62, 'timestamp': 1641523624.120112}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '309432bf-177e-4665-b90e-8ca2bd2f08d9', 'side': 'SELL', 'price': 24.4, 'filled': 0, 'resting': 5, 'owner': 'klee', 'sequence': 63, 'timestamp': 1641523624.128007}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'de55bf68-f1d1-49f8-a62f-8206d9b8a502', 'side': 'BUY', 'price': 24.1, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 64, 'timestamp': 1641523624.1424708}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'b61f7c66-dadf-4b49-b05c-8eb286e7ad17', 'side': 'BUY', 'price': 23.0, 'filled': 0, 'resting': 10000, 'owner': 'klee', 'sequence': 65, 'timestamp': 1641523668.5281472}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '44bb155a-f484-4899-815a-71e2bf5bd058', 'side': 'SELL', 'price': 26.0, 'filled': 0, 'resting': 10000, 'owner': 'klee', 'sequence': 66, 'timestamp': 1641523668.5359712}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '4e1a443e-0545-40a5-92d0-5ced49c44361', 'side': 'BUY', 'price': 24.0, 'filled': 0, 'resting': 10, 'owner': 'klee', 'sequence': 67, 'timestamp': 1641523668.5444822}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '0c3f857b-c71f-48f7-b0fc-120017af8e4a', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 15, 'owner': 'klee', 'sequence': 68, 'timestamp': 1641523668.5517237}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'a18d64af-1ee3-4799-96d3-cafe26b035c3', 'side': 'BUY', 'price': 24.1, 'filled': 0, 'resting': 5, 'owner': 'klee', 'sequence': 69, 'timestamp': 1641523668.55896}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'b77831c3-012a-4638-a358-fce50bc4229a', 'side': 'SELL', 'price': 24.4, 'filled': 0, 'resting': 8, 'owner': 'klee', 'sequence': 70, 'timestamp': 1641523668.5665207}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '2e5dfcaf-1380-4689-8cb4-d01ee2ba402a', 'side': 'BUY', 'price': 24.2, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 71, 'timestamp': 1641523678.6147895}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '390a5551-6a56-4a9b-b4e3-a372f14cbe80', 'side': 'BUY', 'price': 23.5, 'filled': 0, 'resting': 1000, 'owner': 'klee', 'sequence': 72, 'timestamp': 1641523983.3752317}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '87b84f1e-2e29-4012-8090-d40d1091b2ae', 'side': 'SELL', 'price': 25.5, 'filled': 0, 'resting': 1000, 'owner': 'klee', 'sequence': 73, 'timestamp': 1641523983.383423}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1410', 'id': 'dcc83c46-2900-405b-be5f-5a6820e43fc7', 'side': 'SELL', 'sequence': 74, 'timestamp': 1641524033.461577}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '350c8bf2-76e1-4a86-815a-baca95e6699b', 'side': 'SELL', 'price': 24.8, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 75, 'timestamp': 1641524033.5011768}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.4, 'volume': 5, 'buyer': 'aesteban', 'seller': 'klee', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '309432bf-177e-4665-b90e-8ca2bd2f08d9', 'passiveOrderRemaining': 0, 'sequence': 76, 'timestamp': 1641524033.52595}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.4, 'volume': 5, 'buyer': 'aesteban', 'seller': 'klee', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'b77831c3-012a-4638-a358-fce50bc4229a', 'passiveOrderRemaining': 3, 'sequence': 77, 'timestamp': 1641524033.5259573}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.4, 'volume': 3, 'buyer': 'aesteban', 'seller': 'klee', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'b77831c3-012a-4638-a358-fce50bc4229a', 'passiveOrderRemaining': 0, 'sequence': 78, 'timestamp': 1641524033.5572765}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 7, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '4a7338f9-80e6-4150-b563-36f58689e817', 'passiveOrderRemaining': 993, 'sequence': 79, 'timestamp': 1641524033.5572867}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '4a7338f9-80e6-4150-b563-36f58689e817', 'passiveOrderRemaining': 983, 'sequence': 80, 'timestamp': 1641524043.597944}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.2, 'volume': 1, 'buyer': 'aesteban', 'seller': 'swouters', 'tradeType': 'SELL_AGGRESSOR', 'passiveOrder': '2e5dfcaf-1380-4689-8cb4-d01ee2ba402a', 'passiveOrderRemaining': 9, 'sequence': 81, 'timestamp': 1641524046.9937768}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '4a7338f9-80e6-4150-b563-36f58689e817', 'passiveOrderRemaining': 973, 'sequence': 82, 'timestamp': 1641524047.015892}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '4a7338f9-80e6-4150-b563-36f58689e817', 'passiveOrderRemaining': 963, 'sequence': 83, 'timestamp': 1641524057.0538557}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '4a7338f9-80e6-4150-b563-36f58689e817', 'passiveOrderRemaining': 953, 'sequence': 84, 'timestamp': 1641524067.115437}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '4a7338f9-80e6-4150-b563-36f58689e817', 'passiveOrderRemaining': 943, 'sequence': 85, 'timestamp': 1641524077.1540058}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '4a7338f9-80e6-4150-b563-36f58689e817', 'passiveOrderRemaining': 933, 'sequence': 86, 'timestamp': 1641524087.1955307}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '4a7338f9-80e6-4150-b563-36f58689e817', 'passiveOrderRemaining': 923, 'sequence': 87, 'timestamp': 1641524097.2276297}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '4a7338f9-80e6-4150-b563-36f58689e817', 'passiveOrderRemaining': 913, 'sequence': 88, 'timestamp': 1641524107.25483}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 913, 'buyer': 'swouters', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '4a7338f9-80e6-4150-b563-36f58689e817', 'passiveOrderRemaining': 0, 'sequence': 89, 'timestamp': 1641524111.4799914}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'swouters', 'seller': 'klee', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '68fcbbbe-d1e9-48c8-9e39-6fd833ef679f', 'passiveOrderRemaining': 0, 'sequence': 90, 'timestamp': 1641524111.4800024}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 15, 'buyer': 'swouters', 'seller': 'klee', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '0c3f857b-c71f-48f7-b0fc-120017af8e4a', 'passiveOrderRemaining': 0, 'sequence': 91, 'timestamp': 1641524111.480009}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'bd10b6df-a7de-4e68-80dc-5e43f723d32f', 'side': 'BUY', 'price': 24.5, 'filled': 938, 'resting': 62, 'owner': 'swouters', 'sequence': 92, 'timestamp': 1641524111.4800184}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'd02b4134-9f4b-4c5b-990e-68c27fb4bd8e', 'side': 'BUY', 'price': 24.5, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 93, 'timestamp': 1641524111.5037596}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 62, 'buyer': 'swouters', 'seller': 'dgray', 'tradeType': 'SELL_AGGRESSOR', 'passiveOrder': 'bd10b6df-a7de-4e68-80dc-5e43f723d32f', 'passiveOrderRemaining': 0, 'sequence': 94, 'timestamp': 1641524111.698668}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'SELL_AGGRESSOR', 'passiveOrder': 'd02b4134-9f4b-4c5b-990e-68c27fb4bd8e', 'passiveOrderRemaining': 0, 'sequence': 95, 'timestamp': 1641524111.6986787}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '1fee35ca-f1df-4a29-9ff0-4d120aacc3d9', 'side': 'SELL', 'price': 24.5, 'filled': 72, 'resting': 928, 'owner': 'dgray', 'sequence': 96, 'timestamp': 1641524111.698722}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '1fee35ca-f1df-4a29-9ff0-4d120aacc3d9', 'passiveOrderRemaining': 918, 'sequence': 97, 'timestamp': 1641524111.721332}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 918, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '1fee35ca-f1df-4a29-9ff0-4d120aacc3d9', 'passiveOrderRemaining': 0, 'sequence': 98, 'timestamp': 1641524111.7498453}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'd34076ae-5770-4b03-a1ad-7594ecbcab9e', 'side': 'BUY', 'price': 24.5, 'filled': 918, 'resting': 10, 'owner': 'aesteban', 'sequence': 99, 'timestamp': 1641524111.7498593}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'SELL_AGGRESSOR', 'passiveOrder': 'd34076ae-5770-4b03-a1ad-7594ecbcab9e', 'passiveOrderRemaining': 0, 'sequence': 100, 'timestamp': 1641524111.9168377}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'f50a0534-a81c-44c4-9363-24366a6c352b', 'side': 'SELL', 'price': 24.5, 'filled': 10, 'resting': 990, 'owner': 'dgray', 'sequence': 101, 'timestamp': 1641524111.9168477}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'f50a0534-a81c-44c4-9363-24366a6c352b', 'passiveOrderRemaining': 980, 'sequence': 102, 'timestamp': 1641524111.9490037}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 980, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'f50a0534-a81c-44c4-9363-24366a6c352b', 'passiveOrderRemaining': 0, 'sequence': 103, 'timestamp': 1641524111.9535823}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'fd9db8e6-79c4-450e-b35c-5c5b4e8c28db', 'side': 'BUY', 'price': 24.5, 'filled': 980, 'resting': 10, 'owner': 'aesteban', 'sequence': 104, 'timestamp': 1641524111.9536002}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '199f152f-209f-457b-9403-8e20a024ab74', 'side': 'BUY', 'price': 24.5, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 105, 'timestamp': 1641524111.9785569}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1410', 'id': '350c8bf2-76e1-4a86-815a-baca95e6699b', 'side': 'SELL', 'sequence': 106, 'timestamp': 1641524112.005757}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1410', 'id': '3db67dd7-4501-4dd1-aa68-065f71e5fad8', 'side': 'SELL', 'sequence': 107, 'timestamp': 1641524112.0277448}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'SELL_AGGRESSOR', 'passiveOrder': 'fd9db8e6-79c4-450e-b35c-5c5b4e8c28db', 'passiveOrderRemaining': 0, 'sequence': 108, 'timestamp': 1641524112.0590389}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 10, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'SELL_AGGRESSOR', 'passiveOrder': '199f152f-209f-457b-9403-8e20a024ab74', 'passiveOrderRemaining': 0, 'sequence': 109, 'timestamp': 1641524112.0590527}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '96362627-3a90-4450-bfce-be9be5a6e76f', 'side': 'SELL', 'price': 24.5, 'filled': 20, 'resting': 980, 'owner': 'dgray', 'sequence': 110, 'timestamp': 1641524112.0590677}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 980, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '96362627-3a90-4450-bfce-be9be5a6e76f', 'passiveOrderRemaining': 0, 'sequence': 111, 'timestamp': 1641524112.102126}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'b3ac699a-6155-4441-adb6-6bb74ded4e5a', 'side': 'BUY', 'price': 24.4, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 112, 'timestamp': 1641524112.1552856}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'b6ca040b-d97c-4f23-ab50-050a2a84908d', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 113, 'timestamp': 1641524112.248834}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'b6ca040b-d97c-4f23-ab50-050a2a84908d', 'passiveOrderRemaining': 0, 'sequence': 114, 'timestamp': 1641524112.274298}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'cd48adb7-251c-4856-a33c-ab9a34b86289', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 115, 'timestamp': 1641524112.3678489}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'cd48adb7-251c-4856-a33c-ab9a34b86289', 'passiveOrderRemaining': 0, 'sequence': 116, 'timestamp': 1641524112.4021}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '31c9d241-25b8-49fd-9fc5-62720c8351d7', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 117, 'timestamp': 1641524112.54942}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '31c9d241-25b8-49fd-9fc5-62720c8351d7', 'passiveOrderRemaining': 0, 'sequence': 118, 'timestamp': 1641524112.5702648}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'f56114c7-2546-4db7-a397-5823beb66fab', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 119, 'timestamp': 1641524112.6986327}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'f56114c7-2546-4db7-a397-5823beb66fab', 'passiveOrderRemaining': 0, 'sequence': 120, 'timestamp': 1641524112.7240736}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '3c0ccbe8-d37e-4182-aaa1-f389a47b5001', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 121, 'timestamp': 1641524112.8491495}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '3c0ccbe8-d37e-4182-aaa1-f389a47b5001', 'passiveOrderRemaining': 0, 'sequence': 122, 'timestamp': 1641524112.87047}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '4d0326b7-a960-4488-8e58-2f374398e6b7', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 123, 'timestamp': 1641524112.999309}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '4d0326b7-a960-4488-8e58-2f374398e6b7', 'passiveOrderRemaining': 0, 'sequence': 124, 'timestamp': 1641524113.025475}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'a80f6ff5-0b7d-48cc-a3b9-309207b9c606', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 125, 'timestamp': 1641524113.1642094}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'a80f6ff5-0b7d-48cc-a3b9-309207b9c606', 'passiveOrderRemaining': 0, 'sequence': 126, 'timestamp': 1641524113.2052405}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '126511a4-da83-4d47-b3b8-c4463766373f', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 127, 'timestamp': 1641524113.3494973}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '126511a4-da83-4d47-b3b8-c4463766373f', 'passiveOrderRemaining': 0, 'sequence': 128, 'timestamp': 1641524113.371543}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '314c7cdd-653d-4920-9c56-6f17ef1fbd7d', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 129, 'timestamp': 1641524113.549283}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '314c7cdd-653d-4920-9c56-6f17ef1fbd7d', 'passiveOrderRemaining': 0, 'sequence': 130, 'timestamp': 1641524113.5745811}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '198a2ce8-1c4e-4d7f-a6d3-32e8a848e32d', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 131, 'timestamp': 1641524113.6995983}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '198a2ce8-1c4e-4d7f-a6d3-32e8a848e32d', 'passiveOrderRemaining': 0, 'sequence': 132, 'timestamp': 1641524113.7307985}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '3a44dc02-b1fc-4d07-9cd4-3a268a335a5d', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 133, 'timestamp': 1641524113.863301}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '3a44dc02-b1fc-4d07-9cd4-3a268a335a5d', 'passiveOrderRemaining': 0, 'sequence': 134, 'timestamp': 1641524113.902906}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'a3de8b3b-5179-4101-9894-d6d923546f7e', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 135, 'timestamp': 1641524114.0512607}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'a3de8b3b-5179-4101-9894-d6d923546f7e', 'passiveOrderRemaining': 0, 'sequence': 136, 'timestamp': 1641524114.0777469}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ee2c40ef-d073-417d-99bd-0abc09a5d27e', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 137, 'timestamp': 1641524114.1990886}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'ee2c40ef-d073-417d-99bd-0abc09a5d27e', 'passiveOrderRemaining': 0, 'sequence': 138, 'timestamp': 1641524114.2237146}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'c72cf078-3284-4c49-a973-960f98ff823f', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 139, 'timestamp': 1641524114.3489618}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'c72cf078-3284-4c49-a973-960f98ff823f', 'passiveOrderRemaining': 0, 'sequence': 140, 'timestamp': 1641524114.3741653}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '7d2efa03-6ecb-45cf-be60-e3bc036e707a', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 141, 'timestamp': 1641524114.5153122}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '7d2efa03-6ecb-45cf-be60-e3bc036e707a', 'passiveOrderRemaining': 0, 'sequence': 142, 'timestamp': 1641524114.5514343}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'eb7466f5-bf24-4f80-b290-65a276b1132d', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 143, 'timestamp': 1641524114.7012248}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'eb7466f5-bf24-4f80-b290-65a276b1132d', 'passiveOrderRemaining': 0, 'sequence': 144, 'timestamp': 1641524114.7265134}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '8eb46987-7a9f-467b-92fc-0c22d3129bec', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 145, 'timestamp': 1641524114.8551567}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '8eb46987-7a9f-467b-92fc-0c22d3129bec', 'passiveOrderRemaining': 0, 'sequence': 146, 'timestamp': 1641524114.8789325}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'b638cda3-f173-494b-98ea-5e33f8e1582f', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 147, 'timestamp': 1641524115.0003383}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'b638cda3-f173-494b-98ea-5e33f8e1582f', 'passiveOrderRemaining': 0, 'sequence': 148, 'timestamp': 1641524115.032467}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '2dc0c9ee-cb89-4990-82f1-88a66566e14d', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 149, 'timestamp': 1641524115.1991422}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '2dc0c9ee-cb89-4990-82f1-88a66566e14d', 'passiveOrderRemaining': 0, 'sequence': 150, 'timestamp': 1641524115.2278943}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '5cb1ba0a-c102-4247-98aa-5fb487770384', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 151, 'timestamp': 1641524115.4568436}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '5cb1ba0a-c102-4247-98aa-5fb487770384', 'passiveOrderRemaining': 0, 'sequence': 152, 'timestamp': 1641524115.4944909}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '4010471b-0ef3-4876-97bb-761d08babcbc', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 153, 'timestamp': 1641524115.75706}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '4010471b-0ef3-4876-97bb-761d08babcbc', 'passiveOrderRemaining': 0, 'sequence': 154, 'timestamp': 1641524115.8058603}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'e906ae05-8ca2-49bf-a6b6-95d3049ace41', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 155, 'timestamp': 1641524115.9486208}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'e906ae05-8ca2-49bf-a6b6-95d3049ace41', 'passiveOrderRemaining': 0, 'sequence': 156, 'timestamp': 1641524115.9766638}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '41dc41d6-7349-4dbc-92c1-7891973c4d2d', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 157, 'timestamp': 1641524116.1042776}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '41dc41d6-7349-4dbc-92c1-7891973c4d2d', 'passiveOrderRemaining': 0, 'sequence': 158, 'timestamp': 1641524116.1285396}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '7941464c-7d7d-4592-bb41-5b2c1c87e1f7', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 159, 'timestamp': 1641524116.2513075}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '7941464c-7d7d-4592-bb41-5b2c1c87e1f7', 'passiveOrderRemaining': 0, 'sequence': 160, 'timestamp': 1641524116.274323}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'f73a7adf-e3b1-49e9-9f0a-7d1b95446fcd', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 161, 'timestamp': 1641524116.4010103}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'f73a7adf-e3b1-49e9-9f0a-7d1b95446fcd', 'passiveOrderRemaining': 0, 'sequence': 162, 'timestamp': 1641524116.4284432}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'e02cd1c5-2a30-4e43-b4be-1731d2b5fad4', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 163, 'timestamp': 1641524116.5492766}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'e02cd1c5-2a30-4e43-b4be-1731d2b5fad4', 'passiveOrderRemaining': 0, 'sequence': 164, 'timestamp': 1641524116.5744019}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'f7a24785-e5de-4a16-8d16-a82d95f454a6', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 165, 'timestamp': 1641524116.6999073}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'f7a24785-e5de-4a16-8d16-a82d95f454a6', 'passiveOrderRemaining': 0, 'sequence': 166, 'timestamp': 1641524116.7278974}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'e905dd05-0015-405a-8be0-46fbf7e1a70a', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 167, 'timestamp': 1641524116.8495579}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'e905dd05-0015-405a-8be0-46fbf7e1a70a', 'passiveOrderRemaining': 0, 'sequence': 168, 'timestamp': 1641524116.8777115}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '695cbb8e-cdff-46c3-93d7-43106acab12b', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 169, 'timestamp': 1641524116.9989893}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '695cbb8e-cdff-46c3-93d7-43106acab12b', 'passiveOrderRemaining': 0, 'sequence': 170, 'timestamp': 1641524117.0240371}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '7c96418f-e554-451b-ab0a-8a947ce1c881', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 171, 'timestamp': 1641524117.150995}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '7c96418f-e554-451b-ab0a-8a947ce1c881', 'passiveOrderRemaining': 0, 'sequence': 172, 'timestamp': 1641524117.1748421}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '17876e19-003b-46f1-a824-27ea42294cc1', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 173, 'timestamp': 1641524117.3070006}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '17876e19-003b-46f1-a824-27ea42294cc1', 'passiveOrderRemaining': 0, 'sequence': 174, 'timestamp': 1641524117.3485327}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '3af53552-ec43-42ff-86a3-869df15a523a', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 175, 'timestamp': 1641524117.4490585}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '3af53552-ec43-42ff-86a3-869df15a523a', 'passiveOrderRemaining': 0, 'sequence': 176, 'timestamp': 1641524117.4708142}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '885040d9-65a5-486f-8c97-6dd80edf28c0', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 177, 'timestamp': 1641524117.6049957}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '885040d9-65a5-486f-8c97-6dd80edf28c0', 'passiveOrderRemaining': 0, 'sequence': 178, 'timestamp': 1641524117.628583}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '097e1fc1-4731-4c30-9f62-7be13be74839', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 179, 'timestamp': 1641524117.7672246}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '097e1fc1-4731-4c30-9f62-7be13be74839', 'passiveOrderRemaining': 0, 'sequence': 180, 'timestamp': 1641524117.8002536}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '7395c940-08d3-48b0-afdd-73c5c4ba59f1', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 181, 'timestamp': 1641524117.967496}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '7395c940-08d3-48b0-afdd-73c5c4ba59f1', 'passiveOrderRemaining': 0, 'sequence': 182, 'timestamp': 1641524117.9959555}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'b550ffd4-6abf-4900-91f1-2710ba900313', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 183, 'timestamp': 1641524118.156515}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'b550ffd4-6abf-4900-91f1-2710ba900313', 'passiveOrderRemaining': 0, 'sequence': 184, 'timestamp': 1641524118.2003949}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'a2636f7b-6a43-4d12-8ef2-0d7279ca38f1', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 185, 'timestamp': 1641524118.3551774}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'a2636f7b-6a43-4d12-8ef2-0d7279ca38f1', 'passiveOrderRemaining': 0, 'sequence': 186, 'timestamp': 1641524118.3783407}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '8cbcccba-fb91-410a-9be8-d4f38f05b309', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 187, 'timestamp': 1641524118.513198}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '8cbcccba-fb91-410a-9be8-d4f38f05b309', 'passiveOrderRemaining': 0, 'sequence': 188, 'timestamp': 1641524118.5539584}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '8a8ce271-66af-4c4a-b789-10094e44df1f', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 189, 'timestamp': 1641524118.6987433}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '8a8ce271-66af-4c4a-b789-10094e44df1f', 'passiveOrderRemaining': 0, 'sequence': 190, 'timestamp': 1641524118.722839}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'd42b6e20-80aa-4308-a8ad-d413473ebcff', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 191, 'timestamp': 1641524118.870355}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'd42b6e20-80aa-4308-a8ad-d413473ebcff', 'passiveOrderRemaining': 0, 'sequence': 192, 'timestamp': 1641524118.9029043}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'a2e685e8-81aa-410d-ad02-e7193c064539', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 193, 'timestamp': 1641524119.0501783}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'a2e685e8-81aa-410d-ad02-e7193c064539', 'passiveOrderRemaining': 0, 'sequence': 194, 'timestamp': 1641524119.0743027}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ea3bfb5c-ec0f-4f9e-a1a4-22af989407c6', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 195, 'timestamp': 1641524119.2001843}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'ea3bfb5c-ec0f-4f9e-a1a4-22af989407c6', 'passiveOrderRemaining': 0, 'sequence': 196, 'timestamp': 1641524119.2204304}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '18e22ff4-e168-4241-9bd7-0b9a9b417f8e', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 197, 'timestamp': 1641524119.3499324}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '18e22ff4-e168-4241-9bd7-0b9a9b417f8e', 'passiveOrderRemaining': 0, 'sequence': 198, 'timestamp': 1641524119.4036245}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '40025b27-a8be-4cb8-8c48-1be6e16694cf', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 199, 'timestamp': 1641524119.5489848}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '40025b27-a8be-4cb8-8c48-1be6e16694cf', 'passiveOrderRemaining': 0, 'sequence': 200, 'timestamp': 1641524119.5760002}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '472848bb-7ed0-44fa-8cc0-301442d86553', 'side': 'SELL', 'price': 69.0, 'filled': 0, 'resting': 10, 'owner': 'jspringe', 'sequence': 201, 'timestamp': 1641524119.5813687}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'cb413656-bd10-4533-ae94-d27d23d6d93f', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 202, 'timestamp': 1641524119.6995203}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'cb413656-bd10-4533-ae94-d27d23d6d93f', 'passiveOrderRemaining': 0, 'sequence': 203, 'timestamp': 1641524119.723183}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '49f2238d-24ad-4b76-acce-50512a2c355f', 'side': 'BUY', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'swouters', 'sequence': 204, 'timestamp': 1641524119.8200445}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'swouters', 'seller': 'dgray', 'tradeType': 'SELL_AGGRESSOR', 'passiveOrder': '49f2238d-24ad-4b76-acce-50512a2c355f', 'passiveOrderRemaining': 0, 'sequence': 205, 'timestamp': 1641524119.8522313}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'fa7e348a-3135-4b93-b5a4-7d13058c1dd6', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 206, 'timestamp': 1641524119.9986656}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'fa7e348a-3135-4b93-b5a4-7d13058c1dd6', 'passiveOrderRemaining': 0, 'sequence': 207, 'timestamp': 1641524120.0255187}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'dc098e3c-a743-49d2-bb79-83a949a61fe3', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 208, 'timestamp': 1641524120.1503065}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'dc098e3c-a743-49d2-bb79-83a949a61fe3', 'passiveOrderRemaining': 0, 'sequence': 209, 'timestamp': 1641524120.2052538}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '84c98d3c-9ce3-4d75-9174-32503dca865b', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 210, 'timestamp': 1641524120.350404}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '84c98d3c-9ce3-4d75-9174-32503dca865b', 'passiveOrderRemaining': 0, 'sequence': 211, 'timestamp': 1641524120.375021}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'c6f926ee-6c8b-4177-98b4-b047ac5c7799', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 212, 'timestamp': 1641524120.5019522}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'c6f926ee-6c8b-4177-98b4-b047ac5c7799', 'passiveOrderRemaining': 0, 'sequence': 213, 'timestamp': 1641524120.5287287}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'f67e73ce-db56-4391-8468-5170e549a270', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 214, 'timestamp': 1641524120.66433}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'f67e73ce-db56-4391-8468-5170e549a270', 'passiveOrderRemaining': 0, 'sequence': 215, 'timestamp': 1641524120.7041452}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '6e0f2cbd-38b6-4b51-8253-8959f7e99e0c', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 216, 'timestamp': 1641524120.860481}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '6e0f2cbd-38b6-4b51-8253-8959f7e99e0c', 'passiveOrderRemaining': 0, 'sequence': 217, 'timestamp': 1641524120.895168}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '6f956bcc-fccb-4cd4-b6c1-241c8f3a6000', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 218, 'timestamp': 1641524121.049101}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '6f956bcc-fccb-4cd4-b6c1-241c8f3a6000', 'passiveOrderRemaining': 0, 'sequence': 219, 'timestamp': 1641524121.1110902}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'c3b7a818-a1e8-4ed8-a2e5-a4e236124d27', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 220, 'timestamp': 1641524121.2503233}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'c3b7a818-a1e8-4ed8-a2e5-a4e236124d27', 'passiveOrderRemaining': 0, 'sequence': 221, 'timestamp': 1641524121.2736192}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '82d4f5f7-0a5b-44c4-b5aa-ce5e5fd5fb1b', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 222, 'timestamp': 1641524121.4780293}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '82d4f5f7-0a5b-44c4-b5aa-ce5e5fd5fb1b', 'passiveOrderRemaining': 0, 'sequence': 223, 'timestamp': 1641524121.5004604}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '3c1b3260-242e-4315-b95a-6718299efaf9', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 224, 'timestamp': 1641524121.63016}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '3c1b3260-242e-4315-b95a-6718299efaf9', 'passiveOrderRemaining': 0, 'sequence': 225, 'timestamp': 1641524121.6541126}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'b7edce20-42cb-4bf5-8ac4-503f9054c5ca', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 226, 'timestamp': 1641524121.7994611}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'b7edce20-42cb-4bf5-8ac4-503f9054c5ca', 'passiveOrderRemaining': 0, 'sequence': 227, 'timestamp': 1641524121.8242733}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '1ae6874a-19b0-4da4-b70b-8c5b2eed9579', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 228, 'timestamp': 1641524121.9510686}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '1ae6874a-19b0-4da4-b70b-8c5b2eed9579', 'passiveOrderRemaining': 0, 'sequence': 229, 'timestamp': 1641524121.9742837}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '51c77581-044d-4edb-8c64-9d229ccacc1c', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 230, 'timestamp': 1641524122.1019404}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '51c77581-044d-4edb-8c64-9d229ccacc1c', 'passiveOrderRemaining': 0, 'sequence': 231, 'timestamp': 1641524122.1252687}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '124118da-4e65-4077-a464-54e85f0b31ba', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 232, 'timestamp': 1641524122.2490861}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '124118da-4e65-4077-a464-54e85f0b31ba', 'passiveOrderRemaining': 0, 'sequence': 233, 'timestamp': 1641524122.2714262}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '3f32bf07-7694-4d14-8a74-71f2c65666bc', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 234, 'timestamp': 1641524122.3995728}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '3f32bf07-7694-4d14-8a74-71f2c65666bc', 'passiveOrderRemaining': 0, 'sequence': 235, 'timestamp': 1641524122.4233072}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '94cdb264-c897-44af-93fe-b505df520e97', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 236, 'timestamp': 1641524122.5541804}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '94cdb264-c897-44af-93fe-b505df520e97', 'passiveOrderRemaining': 0, 'sequence': 237, 'timestamp': 1641524122.577109}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '9cdb210b-8654-4ed5-addd-ec91fe0686cb', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 238, 'timestamp': 1641524122.702662}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '9cdb210b-8654-4ed5-addd-ec91fe0686cb', 'passiveOrderRemaining': 0, 'sequence': 239, 'timestamp': 1641524122.7516787}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '61c9119f-98d2-4e7c-a33b-5efb442d3907', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 240, 'timestamp': 1641524122.8993385}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '61c9119f-98d2-4e7c-a33b-5efb442d3907', 'passiveOrderRemaining': 0, 'sequence': 241, 'timestamp': 1641524122.926365}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '92fa932f-ff2c-4bd6-bc43-00d84950101d', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 242, 'timestamp': 1641524123.0297024}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '92fa932f-ff2c-4bd6-bc43-00d84950101d', 'passiveOrderRemaining': 0, 'sequence': 243, 'timestamp': 1641524123.054874}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '69764e19-236d-4b0d-993f-9b5679740c20', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 244, 'timestamp': 1641524123.201152}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '69764e19-236d-4b0d-993f-9b5679740c20', 'passiveOrderRemaining': 0, 'sequence': 245, 'timestamp': 1641524123.229425}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.6, 'volume': 1000, 'buyer': 'swouters', 'seller': 'klee', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '5cbb3706-a7ca-4aa2-8fca-bb0641f3568c', 'passiveOrderRemaining': 0, 'sequence': 246, 'timestamp': 1641524123.3557303}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '08bb07e0-c3f6-4701-9bbb-916348189290', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 247, 'timestamp': 1641524123.3630857}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '08bb07e0-c3f6-4701-9bbb-916348189290', 'passiveOrderRemaining': 0, 'sequence': 248, 'timestamp': 1641524123.396817}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'd43a9e41-e1ac-4c70-9e97-b1f5564a93ac', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 249, 'timestamp': 1641524123.5498164}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'd43a9e41-e1ac-4c70-9e97-b1f5564a93ac', 'passiveOrderRemaining': 0, 'sequence': 250, 'timestamp': 1641524123.5743334}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'e2fba2d3-7053-4513-bab5-4a5ab35652fe', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 251, 'timestamp': 1641524123.6649024}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'e2fba2d3-7053-4513-bab5-4a5ab35652fe', 'passiveOrderRemaining': 0, 'sequence': 252, 'timestamp': 1641524123.7005565}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'de7e2506-a519-4289-858a-54b4e2d8320a', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 253, 'timestamp': 1641524123.83186}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'de7e2506-a519-4289-858a-54b4e2d8320a', 'passiveOrderRemaining': 0, 'sequence': 254, 'timestamp': 1641524123.8581905}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '650f8a70-ba67-410e-9cee-240104b6e11b', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 255, 'timestamp': 1641524123.999505}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '650f8a70-ba67-410e-9cee-240104b6e11b', 'passiveOrderRemaining': 0, 'sequence': 256, 'timestamp': 1641524124.0243394}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '5559dcde-b025-4af1-a2bf-e723a02f9207', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 257, 'timestamp': 1641524124.1586373}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '5559dcde-b025-4af1-a2bf-e723a02f9207', 'passiveOrderRemaining': 0, 'sequence': 258, 'timestamp': 1641524124.207727}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'b3a40f4c-3429-4b92-b74a-a5899c0f986a', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 259, 'timestamp': 1641524124.3498652}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'b3a40f4c-3429-4b92-b74a-a5899c0f986a', 'passiveOrderRemaining': 0, 'sequence': 260, 'timestamp': 1641524124.373528}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'f10ec297-2f21-4081-b16e-2b866ff9c5c3', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 261, 'timestamp': 1641524124.499552}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'f10ec297-2f21-4081-b16e-2b866ff9c5c3', 'passiveOrderRemaining': 0, 'sequence': 262, 'timestamp': 1641524124.5278451}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'b67b3c98-413c-4a20-b2d6-b3e08dcc3d3d', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 263, 'timestamp': 1641524124.7001288}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '61b34e6e-2fea-4618-9aee-f622bed8f5c9', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 264, 'timestamp': 1641524124.8498037}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'b67b3c98-413c-4a20-b2d6-b3e08dcc3d3d', 'passiveOrderRemaining': 0, 'sequence': 265, 'timestamp': 1641524124.8756099}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'swouters', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '61b34e6e-2fea-4618-9aee-f622bed8f5c9', 'passiveOrderRemaining': 0, 'sequence': 266, 'timestamp': 1641524127.5729415}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '93f40bb8-f468-4d83-b2f5-f1d1a7ff1afa', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 267, 'timestamp': 1641524127.751425}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '93f40bb8-f468-4d83-b2f5-f1d1a7ff1afa', 'passiveOrderRemaining': 0, 'sequence': 268, 'timestamp': 1641524127.7776875}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '172f3e22-0aef-4663-b3d6-63ca00ca6a4b', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 269, 'timestamp': 1641524127.8997386}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '172f3e22-0aef-4663-b3d6-63ca00ca6a4b', 'passiveOrderRemaining': 0, 'sequence': 270, 'timestamp': 1641524127.9257529}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'e6704b9b-afa2-4db0-adad-8b27b5d1c6ee', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 271, 'timestamp': 1641524128.0221076}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'e6704b9b-afa2-4db0-adad-8b27b5d1c6ee', 'passiveOrderRemaining': 0, 'sequence': 272, 'timestamp': 1641524128.0524008}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '2e69b4ac-cc9b-4b0e-bf78-c02c4fee9c14', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 273, 'timestamp': 1641524128.200307}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '2e69b4ac-cc9b-4b0e-bf78-c02c4fee9c14', 'passiveOrderRemaining': 0, 'sequence': 274, 'timestamp': 1641524128.227925}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'f3b20f0b-d21d-4043-916b-bb6f022bc4eb', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 275, 'timestamp': 1641524128.3516111}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'f3b20f0b-d21d-4043-916b-bb6f022bc4eb', 'passiveOrderRemaining': 0, 'sequence': 276, 'timestamp': 1641524128.3737621}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '27d4db8e-7384-4657-bc9b-4b0e9566635e', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 277, 'timestamp': 1641524128.5003617}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '27d4db8e-7384-4657-bc9b-4b0e9566635e', 'passiveOrderRemaining': 0, 'sequence': 278, 'timestamp': 1641524128.521849}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '6152c048-2664-472b-884a-dabb36ac69b8', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 279, 'timestamp': 1641524128.6998854}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '6152c048-2664-472b-884a-dabb36ac69b8', 'passiveOrderRemaining': 0, 'sequence': 280, 'timestamp': 1641524128.7236962}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '53ebe6fb-b45c-45a1-aae4-5884a9a519b5', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 281, 'timestamp': 1641524128.8492863}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '53ebe6fb-b45c-45a1-aae4-5884a9a519b5', 'passiveOrderRemaining': 0, 'sequence': 282, 'timestamp': 1641524128.8781772}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '15f951c8-e199-47ae-95ba-20d606a0d3c2', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 283, 'timestamp': 1641524128.9992566}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '15f951c8-e199-47ae-95ba-20d606a0d3c2', 'passiveOrderRemaining': 0, 'sequence': 284, 'timestamp': 1641524129.0208156}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'b0770b73-97df-4e2e-b8e6-00657890c891', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 285, 'timestamp': 1641524129.1491556}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'b0770b73-97df-4e2e-b8e6-00657890c891', 'passiveOrderRemaining': 0, 'sequence': 286, 'timestamp': 1641524129.169251}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '9e183caf-303f-4540-85af-9da4d3163ef5', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 287, 'timestamp': 1641524129.3135524}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '9e183caf-303f-4540-85af-9da4d3163ef5', 'passiveOrderRemaining': 0, 'sequence': 288, 'timestamp': 1641524129.3507648}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'cc7a9839-4b9a-4ea2-911c-54996c9cfe3c', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 289, 'timestamp': 1641524129.5039713}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'cc7a9839-4b9a-4ea2-911c-54996c9cfe3c', 'passiveOrderRemaining': 0, 'sequence': 290, 'timestamp': 1641524129.5307486}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'e3e21465-2e1e-4b6c-b758-427f65a5aebf', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 291, 'timestamp': 1641524129.7335546}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'e3e21465-2e1e-4b6c-b758-427f65a5aebf', 'passiveOrderRemaining': 0, 'sequence': 292, 'timestamp': 1641524129.7585275}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '6d547ed1-f93b-45ef-a07a-e64b54441b64', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 293, 'timestamp': 1641524129.9101067}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '6d547ed1-f93b-45ef-a07a-e64b54441b64', 'passiveOrderRemaining': 0, 'sequence': 294, 'timestamp': 1641524129.9478526}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '20836d90-6dc1-4dcd-ba6e-a3b2d09d12ae', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 295, 'timestamp': 1641524130.1016254}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '20836d90-6dc1-4dcd-ba6e-a3b2d09d12ae', 'passiveOrderRemaining': 0, 'sequence': 296, 'timestamp': 1641524130.1494381}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '181a0553-c27d-4219-89f6-411be8c00680', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 297, 'timestamp': 1641524130.3069098}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '181a0553-c27d-4219-89f6-411be8c00680', 'passiveOrderRemaining': 0, 'sequence': 298, 'timestamp': 1641524130.3466465}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'e2f81c71-63a6-44cc-83bb-e70627f752b4', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 299, 'timestamp': 1641524130.5041971}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'e2f81c71-63a6-44cc-83bb-e70627f752b4', 'passiveOrderRemaining': 0, 'sequence': 300, 'timestamp': 1641524130.5310516}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '2b853885-8d07-44a6-81b2-7a9913f603a9', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 301, 'timestamp': 1641524130.6687565}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '2b853885-8d07-44a6-81b2-7a9913f603a9', 'passiveOrderRemaining': 0, 'sequence': 302, 'timestamp': 1641524130.7056887}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '7d0754f4-0491-44e2-bc94-aa9117375857', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 303, 'timestamp': 1641524130.8499215}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '7d0754f4-0491-44e2-bc94-aa9117375857', 'passiveOrderRemaining': 0, 'sequence': 304, 'timestamp': 1641524130.875396}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '9ee66133-d1fe-4c9b-b97a-4443c6ed58cd', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 305, 'timestamp': 1641524130.999251}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '9ee66133-d1fe-4c9b-b97a-4443c6ed58cd', 'passiveOrderRemaining': 0, 'sequence': 306, 'timestamp': 1641524131.029379}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '6f4a0898-594e-4405-b1f2-e5d2d4f14dd1', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 307, 'timestamp': 1641524131.1160972}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '6f4a0898-594e-4405-b1f2-e5d2d4f14dd1', 'passiveOrderRemaining': 0, 'sequence': 308, 'timestamp': 1641524131.1474197}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'b1c67575-fc77-445d-80b0-df5e8e07d6bf', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 309, 'timestamp': 1641524131.3038723}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'b1c67575-fc77-445d-80b0-df5e8e07d6bf', 'passiveOrderRemaining': 0, 'sequence': 310, 'timestamp': 1641524131.3247595}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '08943c1f-15ed-4903-9691-50457fe618b2', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 311, 'timestamp': 1641524131.4640012}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '08943c1f-15ed-4903-9691-50457fe618b2', 'passiveOrderRemaining': 0, 'sequence': 312, 'timestamp': 1641524131.498294}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '86baa482-efb7-4309-9e54-b073fe7df3be', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 313, 'timestamp': 1641524131.6493855}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '86baa482-efb7-4309-9e54-b073fe7df3be', 'passiveOrderRemaining': 0, 'sequence': 314, 'timestamp': 1641524131.673855}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '6c2e7928-7818-49b6-9872-9512d0786ce4', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 315, 'timestamp': 1641524131.8183892}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '6c2e7928-7818-49b6-9872-9512d0786ce4', 'passiveOrderRemaining': 0, 'sequence': 316, 'timestamp': 1641524131.8589635}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '3a5a4f18-fdf0-439f-90fd-ed28a51ccea7', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 317, 'timestamp': 1641524131.9498038}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '3a5a4f18-fdf0-439f-90fd-ed28a51ccea7', 'passiveOrderRemaining': 0, 'sequence': 318, 'timestamp': 1641524131.9708838}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '5f310eac-3290-40cb-b5c6-9fb5c5f4b40d', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 319, 'timestamp': 1641524132.1304753}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '5f310eac-3290-40cb-b5c6-9fb5c5f4b40d', 'passiveOrderRemaining': 0, 'sequence': 320, 'timestamp': 1641524132.1573246}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'd617f2a1-ca16-4593-bd1f-7a46ae4b2365', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 321, 'timestamp': 1641524132.3001256}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'd617f2a1-ca16-4593-bd1f-7a46ae4b2365', 'passiveOrderRemaining': 0, 'sequence': 322, 'timestamp': 1641524132.325488}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '668c81af-e247-4a85-bf90-7dc0785ddcf5', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 323, 'timestamp': 1641524132.582866}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '668c81af-e247-4a85-bf90-7dc0785ddcf5', 'passiveOrderRemaining': 0, 'sequence': 324, 'timestamp': 1641524132.6168785}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'e95d968c-0a21-4494-bce7-1ec67b3cb6a2', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 325, 'timestamp': 1641524132.824063}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'e95d968c-0a21-4494-bce7-1ec67b3cb6a2', 'passiveOrderRemaining': 0, 'sequence': 326, 'timestamp': 1641524132.849437}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '0a098313-37b6-423d-973e-15148bd06dca', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 327, 'timestamp': 1641524133.0004737}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '0a098313-37b6-423d-973e-15148bd06dca', 'passiveOrderRemaining': 0, 'sequence': 328, 'timestamp': 1641524133.025526}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '8aa4f486-9370-4ffb-a87e-16335ad9e234', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 329, 'timestamp': 1641524133.1650422}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '8aa4f486-9370-4ffb-a87e-16335ad9e234', 'passiveOrderRemaining': 0, 'sequence': 330, 'timestamp': 1641524133.20106}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '512bccf1-6db9-4787-a4eb-9da096678cd6', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 331, 'timestamp': 1641524133.349883}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '512bccf1-6db9-4787-a4eb-9da096678cd6', 'passiveOrderRemaining': 0, 'sequence': 332, 'timestamp': 1641524133.385712}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '32ec3aa7-131e-464f-a63b-011a2af7cb92', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 333, 'timestamp': 1641524133.5143828}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '32ec3aa7-131e-464f-a63b-011a2af7cb92', 'passiveOrderRemaining': 0, 'sequence': 334, 'timestamp': 1641524133.5565903}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ec50e15a-9879-46b5-9172-ae124bf72530', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 335, 'timestamp': 1641524133.7195573}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'ec50e15a-9879-46b5-9172-ae124bf72530', 'passiveOrderRemaining': 0, 'sequence': 336, 'timestamp': 1641524133.751134}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '54891c64-19d9-4788-9727-c21bba58d870', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 337, 'timestamp': 1641524133.8801773}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'swouters', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '54891c64-19d9-4788-9727-c21bba58d870', 'passiveOrderRemaining': 0, 'sequence': 338, 'timestamp': 1641524133.8948796}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '89b2dc72-fc97-46c4-a432-3ea52cf991e6', 'side': 'BUY', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'aesteban', 'sequence': 339, 'timestamp': 1641524133.9113944}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'SELL_AGGRESSOR', 'passiveOrder': '89b2dc72-fc97-46c4-a432-3ea52cf991e6', 'passiveOrderRemaining': 0, 'sequence': 340, 'timestamp': 1641524134.0304434}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '3cc8b43e-4af6-4f52-aa2c-c01d4bbf5574', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 341, 'timestamp': 1641524134.1494365}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '3cc8b43e-4af6-4f52-aa2c-c01d4bbf5574', 'passiveOrderRemaining': 0, 'sequence': 342, 'timestamp': 1641524134.1786437}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ad8e71fb-5601-41b9-88ae-87bd8b81b354', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 343, 'timestamp': 1641524134.2993054}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'ad8e71fb-5601-41b9-88ae-87bd8b81b354', 'passiveOrderRemaining': 0, 'sequence': 344, 'timestamp': 1641524134.3230014}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'f66ff47f-41b7-449c-992b-2806490c3a95', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 345, 'timestamp': 1641524134.4496183}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'f66ff47f-41b7-449c-992b-2806490c3a95', 'passiveOrderRemaining': 0, 'sequence': 346, 'timestamp': 1641524134.471166}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '29245809-5290-4b9b-9465-5937fd9af6da', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 347, 'timestamp': 1641524134.6163888}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '29245809-5290-4b9b-9465-5937fd9af6da', 'passiveOrderRemaining': 0, 'sequence': 348, 'timestamp': 1641524134.6516347}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '9ce01b66-cd7d-49e2-89a3-e06b3d1e6d4b', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 349, 'timestamp': 1641524134.8017547}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '9ce01b66-cd7d-49e2-89a3-e06b3d1e6d4b', 'passiveOrderRemaining': 0, 'sequence': 350, 'timestamp': 1641524134.8246706}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'c1862177-d4ee-40e1-8dc5-829a1aba1bd8', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 351, 'timestamp': 1641524134.9509754}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'c1862177-d4ee-40e1-8dc5-829a1aba1bd8', 'passiveOrderRemaining': 0, 'sequence': 352, 'timestamp': 1641524134.9744785}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'f9281bd5-feaf-4c4b-9d7b-9be48849081f', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 353, 'timestamp': 1641524135.1010842}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'f9281bd5-feaf-4c4b-9d7b-9be48849081f', 'passiveOrderRemaining': 0, 'sequence': 354, 'timestamp': 1641524135.1360223}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '766eb364-5e5c-4d6e-8615-f42b7549b215', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 355, 'timestamp': 1641524135.2677388}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '766eb364-5e5c-4d6e-8615-f42b7549b215', 'passiveOrderRemaining': 0, 'sequence': 356, 'timestamp': 1641524135.3010476}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '192938b6-041c-4827-b1d3-a69dac651709', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 357, 'timestamp': 1641524135.4326675}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '192938b6-041c-4827-b1d3-a69dac651709', 'passiveOrderRemaining': 0, 'sequence': 358, 'timestamp': 1641524135.4577477}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ea351623-c8bf-443b-abf2-0865fe9f2659', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 359, 'timestamp': 1641524135.5497649}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'ea351623-c8bf-443b-abf2-0865fe9f2659', 'passiveOrderRemaining': 0, 'sequence': 360, 'timestamp': 1641524135.574418}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '7c832985-161d-412a-b069-2699ca61c4ac', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 361, 'timestamp': 1641524135.7038805}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '7c832985-161d-412a-b069-2699ca61c4ac', 'passiveOrderRemaining': 0, 'sequence': 362, 'timestamp': 1641524135.7527518}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '40e1dea1-9878-4566-afee-aaacc5f40f31', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 363, 'timestamp': 1641524135.9069016}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '40e1dea1-9878-4566-afee-aaacc5f40f31', 'passiveOrderRemaining': 0, 'sequence': 364, 'timestamp': 1641524135.9468822}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '5586becf-283e-446c-b92e-79867ea8e5c0', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 365, 'timestamp': 1641524136.1016521}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '5586becf-283e-446c-b92e-79867ea8e5c0', 'passiveOrderRemaining': 0, 'sequence': 366, 'timestamp': 1641524136.1608531}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '96775b01-95e3-4e9a-9949-6a1fee6574e4', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 367, 'timestamp': 1641524136.2991772}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '96775b01-95e3-4e9a-9949-6a1fee6574e4', 'passiveOrderRemaining': 0, 'sequence': 368, 'timestamp': 1641524136.3198998}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '57e14b30-baca-4649-ae8e-cd4e7432df88', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 369, 'timestamp': 1641524136.4498408}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '57e14b30-baca-4649-ae8e-cd4e7432df88', 'passiveOrderRemaining': 0, 'sequence': 370, 'timestamp': 1641524136.4743927}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '74b589cd-20a1-4df9-b264-7714caae22b7', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 371, 'timestamp': 1641524136.6148593}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '74b589cd-20a1-4df9-b264-7714caae22b7', 'passiveOrderRemaining': 0, 'sequence': 372, 'timestamp': 1641524136.6552827}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '2544ff99-47f5-40ea-b478-5417b4921a95', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 373, 'timestamp': 1641524136.782817}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '2544ff99-47f5-40ea-b478-5417b4921a95', 'passiveOrderRemaining': 0, 'sequence': 374, 'timestamp': 1641524136.8070154}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '48c597a7-87b6-4238-9e80-acff254217ab', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 375, 'timestamp': 1641524136.9517653}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '48c597a7-87b6-4238-9e80-acff254217ab', 'passiveOrderRemaining': 0, 'sequence': 376, 'timestamp': 1641524136.9772534}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '53516fdb-b2e6-4f2a-a64a-70d0b089547c', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 377, 'timestamp': 1641524137.0998952}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '53516fdb-b2e6-4f2a-a64a-70d0b089547c', 'passiveOrderRemaining': 0, 'sequence': 378, 'timestamp': 1641524137.1200435}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'cd65dcba-6a4a-4dec-ad0d-eba3a1d00b72', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 379, 'timestamp': 1641524137.251603}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'cd65dcba-6a4a-4dec-ad0d-eba3a1d00b72', 'passiveOrderRemaining': 0, 'sequence': 380, 'timestamp': 1641524137.280993}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '8efb7b29-2cce-4520-9ab5-775a1fd32d10', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 381, 'timestamp': 1641524137.3992918}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '8efb7b29-2cce-4520-9ab5-775a1fd32d10', 'passiveOrderRemaining': 0, 'sequence': 382, 'timestamp': 1641524137.4234366}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '74eb4be7-cb96-4fe4-a62e-82db5a9fbf76', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 383, 'timestamp': 1641524137.556889}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '74eb4be7-cb96-4fe4-a62e-82db5a9fbf76', 'passiveOrderRemaining': 0, 'sequence': 384, 'timestamp': 1641524137.5987113}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '6d2d73b4-a245-4db2-a624-084ae0ef1955', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 385, 'timestamp': 1641524137.7629406}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '6d2d73b4-a245-4db2-a624-084ae0ef1955', 'passiveOrderRemaining': 0, 'sequence': 386, 'timestamp': 1641524137.8030062}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '20623135-2017-4309-8470-4b4ed34c7c3e', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 387, 'timestamp': 1641524138.0248508}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '20623135-2017-4309-8470-4b4ed34c7c3e', 'passiveOrderRemaining': 0, 'sequence': 388, 'timestamp': 1641524138.0468607}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '251e687f-deb5-4490-95d2-6d2968bef369', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 389, 'timestamp': 1641524138.1509259}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '251e687f-deb5-4490-95d2-6d2968bef369', 'passiveOrderRemaining': 0, 'sequence': 390, 'timestamp': 1641524138.1704156}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'c34d08d6-a328-4bb3-916a-e2f8a80b3dc9', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 391, 'timestamp': 1641524138.3602555}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'c34d08d6-a328-4bb3-916a-e2f8a80b3dc9', 'passiveOrderRemaining': 0, 'sequence': 392, 'timestamp': 1641524138.4002063}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'd432518b-099d-4ff2-8f67-4093ca4cafc0', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 393, 'timestamp': 1641524138.5504603}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'd432518b-099d-4ff2-8f67-4093ca4cafc0', 'passiveOrderRemaining': 0, 'sequence': 394, 'timestamp': 1641524138.5764067}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '21371818-ae57-4cde-af55-eec5dd332e0a', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 395, 'timestamp': 1641524138.7155364}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '21371818-ae57-4cde-af55-eec5dd332e0a', 'passiveOrderRemaining': 0, 'sequence': 396, 'timestamp': 1641524138.7484813}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '0e0bf7b5-dba6-415a-a3e3-7473d2dbd276', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 397, 'timestamp': 1641524138.899332}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '0e0bf7b5-dba6-415a-a3e3-7473d2dbd276', 'passiveOrderRemaining': 0, 'sequence': 398, 'timestamp': 1641524138.9243314}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '22b5068d-26d2-4dd8-8357-5f8d02a4a61a', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 399, 'timestamp': 1641524139.0565267}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '22b5068d-26d2-4dd8-8357-5f8d02a4a61a', 'passiveOrderRemaining': 0, 'sequence': 400, 'timestamp': 1641524139.1046631}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'dc1d4209-b0a9-4c13-b86b-7c700f885ec1', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 401, 'timestamp': 1641524139.255629}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'dc1d4209-b0a9-4c13-b86b-7c700f885ec1', 'passiveOrderRemaining': 0, 'sequence': 402, 'timestamp': 1641524139.2825513}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'e74acb18-de0c-42ec-8de2-e1e8ee33ccda', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 403, 'timestamp': 1641524139.456229}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'e74acb18-de0c-42ec-8de2-e1e8ee33ccda', 'passiveOrderRemaining': 0, 'sequence': 404, 'timestamp': 1641524139.499181}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '9572a117-f269-44e3-b9a7-6e8f2c9f0bb7', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 405, 'timestamp': 1641524139.6495845}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '9572a117-f269-44e3-b9a7-6e8f2c9f0bb7', 'passiveOrderRemaining': 0, 'sequence': 406, 'timestamp': 1641524139.7082}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '0f05bdbe-7f95-4a44-bc5c-a0f1e5395fc2', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 407, 'timestamp': 1641524139.8512151}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '0f05bdbe-7f95-4a44-bc5c-a0f1e5395fc2', 'passiveOrderRemaining': 0, 'sequence': 408, 'timestamp': 1641524139.8743815}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '9f6b0e32-b6c6-4e79-9ba6-3d92979f89e2', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 409, 'timestamp': 1641524139.9999092}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'swouters', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '9f6b0e32-b6c6-4e79-9ba6-3d92979f89e2', 'passiveOrderRemaining': 0, 'sequence': 410, 'timestamp': 1641524140.015727}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '0f7ea8a8-8e6e-4b56-a729-f0dd2efee775', 'side': 'BUY', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'aesteban', 'sequence': 411, 'timestamp': 1641524140.0259323}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'SELL_AGGRESSOR', 'passiveOrder': '0f7ea8a8-8e6e-4b56-a729-f0dd2efee775', 'passiveOrderRemaining': 0, 'sequence': 412, 'timestamp': 1641524140.150783}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '3b33d99d-41c3-4724-82c8-a7bef8c35709', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 413, 'timestamp': 1641524140.3023553}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '3b33d99d-41c3-4724-82c8-a7bef8c35709', 'passiveOrderRemaining': 0, 'sequence': 414, 'timestamp': 1641524140.3318791}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ca29b092-c970-44b0-aaa4-24933492958d', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 415, 'timestamp': 1641524140.4516528}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'ca29b092-c970-44b0-aaa4-24933492958d', 'passiveOrderRemaining': 0, 'sequence': 416, 'timestamp': 1641524140.4822392}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '2f0ac98d-05ed-4d12-8b17-3e6ec2848b11', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 417, 'timestamp': 1641524140.6127384}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '2f0ac98d-05ed-4d12-8b17-3e6ec2848b11', 'passiveOrderRemaining': 0, 'sequence': 418, 'timestamp': 1641524140.6532302}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'df7f1b74-a2a7-4a60-be68-994c51422d3f', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 419, 'timestamp': 1641524140.8160124}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'df7f1b74-a2a7-4a60-be68-994c51422d3f', 'passiveOrderRemaining': 0, 'sequence': 420, 'timestamp': 1641524140.8558202}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '2aed90e0-6738-481a-9ccf-1605ad8dd9cc', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 421, 'timestamp': 1641524140.9998114}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '2aed90e0-6738-481a-9ccf-1605ad8dd9cc', 'passiveOrderRemaining': 0, 'sequence': 422, 'timestamp': 1641524141.0259016}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '05422a3b-734b-449a-ba71-9848149b61cb', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 423, 'timestamp': 1641524141.150934}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '05422a3b-734b-449a-ba71-9848149b61cb', 'passiveOrderRemaining': 0, 'sequence': 424, 'timestamp': 1641524141.1762018}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '12ff5f88-8c85-43f0-bcb7-50655303ef0a', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 425, 'timestamp': 1641524141.3011315}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '12ff5f88-8c85-43f0-bcb7-50655303ef0a', 'passiveOrderRemaining': 0, 'sequence': 426, 'timestamp': 1641524141.3227134}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '83c7176c-2d67-4b7f-a96a-b7c150d79507', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 427, 'timestamp': 1641524141.4501703}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '83c7176c-2d67-4b7f-a96a-b7c150d79507', 'passiveOrderRemaining': 0, 'sequence': 428, 'timestamp': 1641524141.4783525}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'd1bb2095-fba8-46aa-8181-d6ee146cdbff', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 429, 'timestamp': 1641524141.6191766}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'd1bb2095-fba8-46aa-8181-d6ee146cdbff', 'passiveOrderRemaining': 0, 'sequence': 430, 'timestamp': 1641524141.651087}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '8d1aef9e-fcc4-4e66-b3d5-dfd2afb0339c', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 431, 'timestamp': 1641524141.800157}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '8d1aef9e-fcc4-4e66-b3d5-dfd2afb0339c', 'passiveOrderRemaining': 0, 'sequence': 432, 'timestamp': 1641524141.8231373}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '03973dab-ca17-45f8-91cd-27d47e447092', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 433, 'timestamp': 1641524141.9498408}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '03973dab-ca17-45f8-91cd-27d47e447092', 'passiveOrderRemaining': 0, 'sequence': 434, 'timestamp': 1641524141.9702215}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '832558e9-bdd1-49c7-9634-fefe23c0fb71', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 435, 'timestamp': 1641524142.1141448}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '832558e9-bdd1-49c7-9634-fefe23c0fb71', 'passiveOrderRemaining': 0, 'sequence': 436, 'timestamp': 1641524142.1509912}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ba0f6582-a8b9-4fc5-a325-1d5f7854930b', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 437, 'timestamp': 1641524142.3009927}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'ba0f6582-a8b9-4fc5-a325-1d5f7854930b', 'passiveOrderRemaining': 0, 'sequence': 438, 'timestamp': 1641524142.3601484}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '75af2365-bfe5-4efd-935b-2d3118d74094', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 439, 'timestamp': 1641524142.4883015}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '75af2365-bfe5-4efd-935b-2d3118d74094', 'passiveOrderRemaining': 0, 'sequence': 440, 'timestamp': 1641524142.517528}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '93d47214-bf35-4a55-b4a4-b7f76df9c2ce', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 441, 'timestamp': 1641524142.6513376}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '93d47214-bf35-4a55-b4a4-b7f76df9c2ce', 'passiveOrderRemaining': 0, 'sequence': 442, 'timestamp': 1641524142.6774597}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '919df241-4b1a-43df-9eec-e7dfd243a4ba', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 443, 'timestamp': 1641524142.817025}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '919df241-4b1a-43df-9eec-e7dfd243a4ba', 'passiveOrderRemaining': 0, 'sequence': 444, 'timestamp': 1641524142.8535497}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'cdc3c43d-5581-46a4-8554-f78f3c35541e', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 445, 'timestamp': 1641524143.0027518}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'cdc3c43d-5581-46a4-8554-f78f3c35541e', 'passiveOrderRemaining': 0, 'sequence': 446, 'timestamp': 1641524143.0504}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'c7281e72-cfc9-4de1-b8fb-8610b0a1d5b1', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 447, 'timestamp': 1641524143.202263}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'c7281e72-cfc9-4de1-b8fb-8610b0a1d5b1', 'passiveOrderRemaining': 0, 'sequence': 448, 'timestamp': 1641524143.222553}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '15a9d079-bc25-45db-a37f-6ea6eb74a5a7', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 449, 'timestamp': 1641524143.399338}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '15a9d079-bc25-45db-a37f-6ea6eb74a5a7', 'passiveOrderRemaining': 0, 'sequence': 450, 'timestamp': 1641524143.44731}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '5208d094-0a56-49b4-bb07-e1c331164653', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 451, 'timestamp': 1641524143.6717346}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '5208d094-0a56-49b4-bb07-e1c331164653', 'passiveOrderRemaining': 0, 'sequence': 452, 'timestamp': 1641524143.700498}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ed3a75c8-4b65-4a5e-82c5-904aa40bae0c', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 453, 'timestamp': 1641524143.8491852}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'swouters', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'ed3a75c8-4b65-4a5e-82c5-904aa40bae0c', 'passiveOrderRemaining': 0, 'sequence': 454, 'timestamp': 1641524144.6300483}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '1d0f83f0-52f3-4836-8cf8-ee6c4ea3d959', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 455, 'timestamp': 1641524144.851059}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '1d0f83f0-52f3-4836-8cf8-ee6c4ea3d959', 'passiveOrderRemaining': 0, 'sequence': 456, 'timestamp': 1641524144.8732436}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'fd59c6a9-dca2-4e9a-bcf7-041a570a9ba1', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 457, 'timestamp': 1641524144.9998362}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'fd59c6a9-dca2-4e9a-bcf7-041a570a9ba1', 'passiveOrderRemaining': 0, 'sequence': 458, 'timestamp': 1641524145.0226114}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '26f8c3de-93a6-45d5-9fb5-8b623bc419f1', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 459, 'timestamp': 1641524145.1499283}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '26f8c3de-93a6-45d5-9fb5-8b623bc419f1', 'passiveOrderRemaining': 0, 'sequence': 460, 'timestamp': 1641524145.177287}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '535838f3-9618-42e2-a1a4-9ee75d1474ad', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 461, 'timestamp': 1641524145.2995877}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '535838f3-9618-42e2-a1a4-9ee75d1474ad', 'passiveOrderRemaining': 0, 'sequence': 462, 'timestamp': 1641524145.320212}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '86c849d7-2c33-4813-8ede-1a9fd82b8a31', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 463, 'timestamp': 1641524145.4504085}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '86c849d7-2c33-4813-8ede-1a9fd82b8a31', 'passiveOrderRemaining': 0, 'sequence': 464, 'timestamp': 1641524145.4703748}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ec929041-f713-45b6-b5a0-2bf4b5f7ae45', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 465, 'timestamp': 1641524145.6154044}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'ec929041-f713-45b6-b5a0-2bf4b5f7ae45', 'passiveOrderRemaining': 0, 'sequence': 466, 'timestamp': 1641524145.6459787}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ce8c7c6d-58e8-430c-9e0d-4de869eb8f45', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 467, 'timestamp': 1641524145.800664}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'ce8c7c6d-58e8-430c-9e0d-4de869eb8f45', 'passiveOrderRemaining': 0, 'sequence': 468, 'timestamp': 1641524145.8213463}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '81253689-3557-4fb0-935a-528e01a77618', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 469, 'timestamp': 1641524145.949807}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '81253689-3557-4fb0-935a-528e01a77618', 'passiveOrderRemaining': 0, 'sequence': 470, 'timestamp': 1641524145.9714274}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '135c40f9-c8c4-4347-b18b-871e01a6c8cd', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 471, 'timestamp': 1641524146.1004093}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '135c40f9-c8c4-4347-b18b-871e01a6c8cd', 'passiveOrderRemaining': 0, 'sequence': 472, 'timestamp': 1641524146.1261272}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '301134f9-6622-4e3b-82a7-cc3cd769ea51', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 473, 'timestamp': 1641524146.2493634}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '301134f9-6622-4e3b-82a7-cc3cd769ea51', 'passiveOrderRemaining': 0, 'sequence': 474, 'timestamp': 1641524146.2779827}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'fff2bf6f-54dd-4bdc-97be-5ec597e37d53', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 475, 'timestamp': 1641524146.413784}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'fff2bf6f-54dd-4bdc-97be-5ec597e37d53', 'passiveOrderRemaining': 0, 'sequence': 476, 'timestamp': 1641524146.4489615}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '88d9bc82-6a4a-4726-860d-cc77aeaaeb36', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 477, 'timestamp': 1641524146.599623}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '88d9bc82-6a4a-4726-860d-cc77aeaaeb36', 'passiveOrderRemaining': 0, 'sequence': 478, 'timestamp': 1641524146.6599255}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '20ace700-da2d-41d9-a84c-d20201b1823f', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 479, 'timestamp': 1641524146.8048532}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '20ace700-da2d-41d9-a84c-d20201b1823f', 'passiveOrderRemaining': 0, 'sequence': 480, 'timestamp': 1641524146.826948}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '551c3c5f-8fd2-4417-8860-87ee30196d5b', 'side': 'SELL', 'price': 24.5, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 481, 'timestamp': 1641524146.9649332}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.5, 'volume': 1000, 'buyer': 'aesteban', 'seller': 'dgray', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '551c3c5f-8fd2-4417-8860-87ee30196d5b', 'passiveOrderRemaining': 0, 'sequence': 482, 'timestamp': 1641524147.0006485}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '7c33a185-5044-4748-913b-b2f40a394eb1', 'side': 'BUY', 'price': 23.2, 'filled': 0, 'resting': 100, 'owner': 'tshort', 'sequence': 483, 'timestamp': 1641524150.3362498}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'db065a98-ccc5-4a0e-913d-127461d99cdb', 'side': 'SELL', 'price': 24.8, 'filled': 0, 'resting': 100, 'owner': 'tshort', 'sequence': 484, 'timestamp': 1641524151.2357824}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '70c64ca7-5c8a-48f0-bd18-c23c1f5127c6', 'side': 'BUY', 'price': 21.0, 'filled': 0, 'resting': 1000, 'owner': 'tshort', 'sequence': 485, 'timestamp': 1641524152.138579}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '68c197ec-171d-47ce-b62d-ac0bc6067e9f', 'side': 'SELL', 'price': 27.0, 'filled': 0, 'resting': 1000, 'owner': 'tshort', 'sequence': 486, 'timestamp': 1641524153.036279}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.6, 'volume': 1000, 'buyer': 'swouters', 'seller': 'klee', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '6b6eaafa-171a-44ec-b03e-0c826851031c', 'passiveOrderRemaining': 0, 'sequence': 487, 'timestamp': 1641524155.3841975}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '20cf4c44-4028-4f42-a998-5b62fb54d388', 'side': 'BUY', 'price': 24.4, 'filled': 0, 'resting': 100, 'owner': 'tshort', 'sequence': 488, 'timestamp': 1641524227.436521}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '82b73095-91af-4bfe-816b-65f4f4ad5ecb', 'side': 'SELL', 'price': 26.0, 'filled': 0, 'resting': 100, 'owner': 'tshort', 'sequence': 489, 'timestamp': 1641524228.336933}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '3fe55d3c-27a5-4dd2-a29d-d4020857b64b', 'side': 'BUY', 'price': 22.2, 'filled': 0, 'resting': 1000, 'owner': 'tshort', 'sequence': 490, 'timestamp': 1641524229.2379405}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '63090d33-0aed-498c-90c4-9d36f0a1f200', 'side': 'SELL', 'price': 28.2, 'filled': 0, 'resting': 1000, 'owner': 'tshort', 'sequence': 491, 'timestamp': 1641524230.1376646}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'a9009eab-af05-457e-bf1c-479e06d94516', 'side': 'BUY', 'price': 24.3, 'filled': 0, 'resting': 500, 'owner': 'klee', 'sequence': 492, 'timestamp': 1641524286.4183953}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '001aa018-25a5-4f1e-a10e-5fef783a85c9', 'side': 'SELL', 'price': 25.0, 'filled': 0, 'resting': 500, 'owner': 'klee', 'sequence': 493, 'timestamp': 1641524286.4266713}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ab32b8b8-87e8-4cb1-82ae-830c3ee82e94', 'side': 'BUY', 'price': 24.3, 'filled': 0, 'resting': 110, 'owner': 'klee', 'sequence': 494, 'timestamp': 1641524286.4362264}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ba9df719-ffd9-4f7c-acdd-f04c7a7c2173', 'side': 'SELL', 'price': 24.9, 'filled': 0, 'resting': 200, 'owner': 'klee', 'sequence': 495, 'timestamp': 1641524286.4438615}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'aa6a0ea3-3cbf-41b9-bfdb-209b70c00620', 'side': 'BUY', 'price': 24.4, 'filled': 0, 'resting': 55, 'owner': 'klee', 'sequence': 496, 'timestamp': 1641524286.452427}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '68359b83-9515-4970-85fd-fb5021ec9b34', 'side': 'SELL', 'price': 24.8, 'filled': 0, 'resting': 100, 'owner': 'klee', 'sequence': 497, 'timestamp': 1641524286.4642901}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.8, 'volume': 100, 'buyer': 'dgray', 'seller': 'tshort', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'eee6f0dd-bdd9-402c-9e87-8372888ee4c7', 'passiveOrderRemaining': 0, 'sequence': 498, 'timestamp': 1641524526.6925836}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.8, 'volume': 100, 'buyer': 'dgray', 'seller': 'tshort', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'db065a98-ccc5-4a0e-913d-127461d99cdb', 'passiveOrderRemaining': 0, 'sequence': 499, 'timestamp': 1641524526.6925948}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.8, 'volume': 100, 'buyer': 'dgray', 'seller': 'klee', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '68359b83-9515-4970-85fd-fb5021ec9b34', 'passiveOrderRemaining': 0, 'sequence': 500, 'timestamp': 1641524552.1058404}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.9, 'volume': 200, 'buyer': 'dgray', 'seller': 'klee', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'ba9df719-ffd9-4f7c-acdd-f04c7a7c2173', 'passiveOrderRemaining': 0, 'sequence': 501, 'timestamp': 1641524552.1058524}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 25.0, 'volume': 500, 'buyer': 'dgray', 'seller': 'klee', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '001aa018-25a5-4f1e-a10e-5fef783a85c9', 'passiveOrderRemaining': 0, 'sequence': 502, 'timestamp': 1641524552.1058593}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 25.5, 'volume': 200, 'buyer': 'dgray', 'seller': 'klee', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '87b84f1e-2e29-4012-8090-d40d1091b2ae', 'passiveOrderRemaining': 800, 'sequence': 503, 'timestamp': 1641524552.1058657}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '95e66160-a6b0-4466-bc91-f136ab6cade0', 'side': 'BUY', 'price': 23.9, 'filled': 0, 'resting': 1000, 'owner': 'Jjung1', 'sequence': 504, 'timestamp': 1641524552.4314823}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'a2282e98-0a56-4d6e-93f8-745ad8d1b6fe', 'side': 'SELL', 'price': 25.3, 'filled': 0, 'resting': 1000, 'owner': 'Jjung1', 'sequence': 505, 'timestamp': 1641524552.510258}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '307c199e-48d7-433b-b45c-1d4e285f002c', 'side': 'SELL', 'price': 25.4, 'filled': 0, 'resting': 1000, 'owner': 'klee', 'sequence': 506, 'timestamp': 1641524552.9396756}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 25.3, 'volume': 1000, 'buyer': 'dgray', 'seller': 'Jjung1', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': 'a2282e98-0a56-4d6e-93f8-745ad8d1b6fe', 'passiveOrderRemaining': 0, 'sequence': 507, 'timestamp': 1641524556.602013}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '18bc9f4a-d18d-4154-8abf-fd708ac5b772', 'side': 'SELL', 'price': 25.5, 'filled': 0, 'resting': 1000, 'owner': 'klee', 'sequence': 508, 'timestamp': 1641524641.7357752}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '5e98b673-5fdf-4281-a0d6-40e1e055cf43', 'side': 'SELL', 'price': 25.4, 'filled': 0, 'resting': 500, 'owner': 'klee', 'sequence': 509, 'timestamp': 1641524641.7456765}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '6ead0bc8-06a3-4799-9b5a-490b5f2aafc2', 'side': 'BUY', 'price': 24.5, 'filled': 0, 'resting': 500, 'owner': 'klee', 'sequence': 510, 'timestamp': 1641524651.5667017}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '505988b0-c585-47de-a027-0ef4504483cb', 'side': 'BUY', 'price': 24.6, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 511, 'timestamp': 1641524651.6291862}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '798e3d83-07ee-4e05-9c89-58af9c47d63c', 'side': 'BUY', 'price': 24.5, 'filled': 0, 'resting': 10, 'owner': 'klee', 'sequence': 512, 'timestamp': 1641524739.7564867}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '6b0c989e-93b4-4d8c-9e55-5a55d8d24fd4', 'side': 'SELL', 'price': 25.5, 'filled': 0, 'resting': 1500, 'owner': 'klee', 'sequence': 513, 'timestamp': 1641524739.7652895}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'e7afd7a9-17d3-45d7-8beb-58cdf3c32093', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 100, 'owner': 'klee', 'sequence': 514, 'timestamp': 1641524763.2121327}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '2009eb8a-73de-4057-88cd-b12a49490ad1', 'side': 'SELL', 'price': 25.3, 'filled': 0, 'resting': 50, 'owner': 'klee', 'sequence': 515, 'timestamp': 1641524763.2210588}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1410', 'id': '95e66160-a6b0-4466-bc91-f136ab6cade0', 'side': 'BUY', 'sequence': 516, 'timestamp': 1641524825.9263306}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '7682ec4c-a762-4cb8-bd79-787d277bf609', 'side': 'BUY', 'price': 24.2, 'filled': 0, 'resting': 1000, 'owner': 'Jjung1', 'sequence': 517, 'timestamp': 1641524825.9855094}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'ef125621-7d6d-4885-b6a3-25ebc802e19e', 'side': 'SELL', 'price': 25.4, 'filled': 0, 'resting': 1000, 'owner': 'Jjung1', 'sequence': 518, 'timestamp': 1641524826.0630682}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1410', 'id': '7682ec4c-a762-4cb8-bd79-787d277bf609', 'side': 'BUY', 'sequence': 519, 'timestamp': 1641524852.4752226}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1410', 'id': 'ef125621-7d6d-4885-b6a3-25ebc802e19e', 'side': 'SELL', 'sequence': 520, 'timestamp': 1641524852.53557}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'e8a43799-f10b-44d0-a1ae-97a0179ced0b', 'side': 'BUY', 'price': 24.2, 'filled': 0, 'resting': 1000, 'owner': 'Jjung1', 'sequence': 521, 'timestamp': 1641524860.8634186}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '4d819d79-8292-464f-8d59-d2c91849eb42', 'side': 'SELL', 'price': 25.4, 'filled': 0, 'resting': 1000, 'owner': 'Jjung1', 'sequence': 522, 'timestamp': 1641524860.925851}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '6d68a18c-117a-406c-b026-a86d83d9985c', 'side': 'BUY', 'price': 24.5, 'filled': 0, 'resting': 10, 'owner': 'klee', 'sequence': 523, 'timestamp': 1641524869.1938705}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'c5f62f93-1de0-4895-b9d1-2b0886b3a513', 'side': 'SELL', 'price': 25.5, 'filled': 0, 'resting': 2500, 'owner': 'klee', 'sequence': 524, 'timestamp': 1641524869.2025461}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '2cb43870-ad24-4c0f-a943-7894dd280e23', 'side': 'BUY', 'price': 24.4, 'filled': 0, 'resting': 100, 'owner': 'tshort', 'sequence': 525, 'timestamp': 1641524924.977559}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '1f45ac08-bf8e-4f87-8182-74db3b626cee', 'side': 'SELL', 'price': 26.0, 'filled': 0, 'resting': 100, 'owner': 'tshort', 'sequence': 526, 'timestamp': 1641524925.8447847}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '84c3e502-db67-420e-a7db-00de3def8009', 'side': 'BUY', 'price': 22.2, 'filled': 0, 'resting': 1000, 'owner': 'tshort', 'sequence': 527, 'timestamp': 1641524926.745384}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '454201dc-bb60-41ae-98c6-e243620222ee', 'side': 'SELL', 'price': 28.2, 'filled': 0, 'resting': 1000, 'owner': 'tshort', 'sequence': 528, 'timestamp': 1641524927.6460083}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'a8146be8-5e40-4505-b037-d0774c79f7f3', 'side': 'BUY', 'price': 24.6, 'filled': 0, 'resting': 5, 'owner': 'klee', 'sequence': 529, 'timestamp': 1641524939.8219118}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '6d7827c1-a343-4020-a36f-4e3bcdca777c', 'side': 'SELL', 'price': 25.4, 'filled': 0, 'resting': 1250, 'owner': 'klee', 'sequence': 530, 'timestamp': 1641524939.8347225}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '24f27511-c144-422f-9974-031d61740f51', 'side': 'BUY', 'price': 24.5, 'filled': 0, 'resting': 15, 'owner': 'klee', 'sequence': 531, 'timestamp': 1641524975.3941085}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '7bec8ca7-0e3a-4f50-835d-220215be0176', 'side': 'SELL', 'price': 25.5, 'filled': 0, 'resting': 3750, 'owner': 'klee', 'sequence': 532, 'timestamp': 1641524975.4021761}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '3ded2126-e1d3-43ab-864a-5a1e9041914f', 'side': 'BUY', 'price': 24.8, 'filled': 0, 'resting': 100, 'owner': 'esong', 'sequence': 533, 'timestamp': 1641525012.1853323}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.8, 'volume': 100, 'buyer': 'esong', 'seller': 'aesteban', 'tradeType': 'SELL_AGGRESSOR', 'passiveOrder': '3ded2126-e1d3-43ab-864a-5a1e9041914f', 'passiveOrderRemaining': 0, 'sequence': 534, 'timestamp': 1641525012.2671278}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '382e63f7-9833-4f3e-886c-72ae7d189f62', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 500, 'owner': 'Mbiletic', 'sequence': 535, 'timestamp': 1641525112.8848069}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '23cf1a74-92db-47e8-b1db-3552cba8c544', 'side': 'SELL', 'price': 26.1, 'filled': 0, 'resting': 500, 'owner': 'Mbiletic', 'sequence': 536, 'timestamp': 1641525113.0844436}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '2656f58d-77f3-40ba-91f9-be90dfe29eb3', 'side': 'BUY', 'price': 24.6, 'filled': 0, 'resting': 500, 'owner': 'Mbiletic', 'sequence': 537, 'timestamp': 1641525118.3545287}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '3c4b3fc6-73b0-47fd-b782-3aef7d7a30ab', 'side': 'SELL', 'price': 25.8, 'filled': 0, 'resting': 500, 'owner': 'Mbiletic', 'sequence': 538, 'timestamp': 1641525118.5494826}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': '14de7487-6443-4c0a-bf6f-bb25238ce564', 'side': 'BUY', 'price': 24.6, 'filled': 0, 'resting': 500, 'owner': 'Mbiletic', 'sequence': 539, 'timestamp': 1641525123.7545679}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'adad0996-c967-4de8-b1a1-cc75daba5168', 'side': 'SELL', 'price': 25.6, 'filled': 0, 'resting': 500, 'owner': 'Mbiletic', 'sequence': 540, 'timestamp': 1641525123.9475315}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'cb1a5487-4de3-44fc-9069-e0168217acef', 'side': 'BUY', 'price': 24.4, 'filled': 0, 'resting': 500, 'owner': 'Mbiletic', 'sequence': 541, 'timestamp': 1641525129.1597059}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'f7f49715-0f21-4d55-9103-7b67af6608ce', 'side': 'SELL', 'price': 25.8, 'filled': 0, 'resting': 500, 'owner': 'Mbiletic', 'sequence': 542, 'timestamp': 1641525129.3637714}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'dab17ad4-46c3-4c45-98c6-c9510cfda837', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 500, 'owner': 'Mbiletic', 'sequence': 543, 'timestamp': 1641525134.5611727}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'e8074236-d73f-4b2f-9be6-ffd36c09f383', 'side': 'SELL', 'price': 26.2, 'filled': 0, 'resting': 500, 'owner': 'Mbiletic', 'sequence': 544, 'timestamp': 1641525134.7625268}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1410', 'id': 'c1ce29df-2531-4c32-b056-0b8e8a0bc644', 'side': 'BUY', 'price': 24.8, 'filled': 0, 'resting': 100, 'owner': 'esong', 'sequence': 545, 'timestamp': 1641525211.755498}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1410', 'price': 24.8, 'volume': 100, 'buyer': 'esong', 'seller': 'aesteban', 'tradeType': 'SELL_AGGRESSOR', 'passiveOrder': 'c1ce29df-2531-4c32-b056-0b8e8a0bc644', 'passiveOrderRemaining': 0, 'sequence': 546, 'timestamp': 1641525211.8163507}
{'type': 'SETTLEMENT', 'product': 'F_SOH_APP0107T1410', 'stationName': 'SYDNEY (OBSERVATORY HILL)', 'expiry': '2022-01-07 14:10+1100', 'price': 25.3, 'sequence': 547, 'timestamp': 1641525225.6677263}
{'type': 'FUTURE', 'product': 'F_SOH_APP0107T1440', 'stationId': 66214, 'stationName': 'SYDNEY (OBSERVATORY HILL)', 'unit': 'APPARENT_TEMP', 'expiry': '2022-01-07 14:40+1100', 'aggressiveFee': 0.0, 'passiveFee': 0.0, 'brokerFee': 0.0, 'sequence': 548, 'timestamp': 1641525225.6689837}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '4c5c6e62-80c2-4e8c-97cd-6cc8d24fcf58', 'side': 'SELL', 'price': 26.1, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 549, 'timestamp': 1641525225.7158515}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '5887c725-2f0c-4575-a44e-6566d18e122b', 'side': 'BUY', 'price': 24.1, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 550, 'timestamp': 1641525225.7371633}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '5887c725-2f0c-4575-a44e-6566d18e122b', 'side': 'BUY', 'sequence': 551, 'timestamp': 1641525225.764372}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '1288b740-147c-460c-a52c-23a9f5966ec1', 'side': 'BUY', 'price': 0.1, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 552, 'timestamp': 1641525225.7906249}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '5d9393d2-05d3-4c0c-ba87-ac0341c7b09c', 'side': 'BUY', 'price': 24.5, 'filled': 0, 'resting': 100, 'owner': 'tshort', 'sequence': 553, 'timestamp': 1641525226.549049}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '0174e2df-0f53-494b-80aa-e8882983a3f6', 'side': 'BUY', 'price': 24.6, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 554, 'timestamp': 1641525226.5729299}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '7d0b082a-8c29-4403-a7d3-d5c48447db52', 'side': 'SELL', 'price': 26.1, 'filled': 0, 'resting': 100, 'owner': 'tshort', 'sequence': 555, 'timestamp': 1641525227.44927}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '6a3c38c3-bd95-4be1-af1a-afadf096aac1', 'side': 'SELL', 'price': 26.0, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 556, 'timestamp': 1641525227.470067}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '20ad8e6d-e7d5-43f7-ab66-246d92ccc950', 'side': 'BUY', 'price': 22.3, 'filled': 0, 'resting': 1000, 'owner': 'tshort', 'sequence': 557, 'timestamp': 1641525228.3500583}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '38f1c11e-4aac-47b5-abca-dc106a5e9e3f', 'side': 'SELL', 'price': 28.3, 'filled': 0, 'resting': 1000, 'owner': 'tshort', 'sequence': 558, 'timestamp': 1641525229.2546654}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '39a4ec04-38d3-422c-9cd0-bfe832a07676', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 100, 'owner': 'esong', 'sequence': 559, 'timestamp': 1641525288.6122782}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '4b847aae-7f6e-4277-91cf-965f05a180b3', 'side': 'BUY', 'price': 24.8, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 560, 'timestamp': 1641525288.6644182}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'f3a84bec-f1e8-4430-9063-215bd20505ce', 'side': 'SELL', 'price': 25.8, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 561, 'timestamp': 1641525288.812729}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '0f14b4df-b887-4a47-a8d9-13ebaf44f1e4', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 562, 'timestamp': 1641525288.8375092}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'aa2a44b2-daea-4458-b0eb-a4546d3e4e9f', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 500, 'owner': 'klee', 'sequence': 563, 'timestamp': 1641525308.2861414}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'eacb8cd0-1fb5-4247-b17f-473b21087fff', 'side': 'SELL', 'price': 25.5, 'filled': 0, 'resting': 50, 'owner': 'klee', 'sequence': 564, 'timestamp': 1641525308.2967315}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'b48dfd56-762f-485e-ac1d-4af6949f4b60', 'side': 'SELL', 'price': 25.4, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 565, 'timestamp': 1641525308.3396432}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '369fcc06-5ee2-4bc8-aff3-cf97b03b2313', 'side': 'SELL', 'price': 24.9, 'filled': 0, 'resting': 100, 'owner': 'esong', 'sequence': 566, 'timestamp': 1641525335.688737}
{'type': 'TRADE', 'product': 'F_SOH_APP0107T1440', 'price': 24.9, 'volume': 100, 'buyer': 'aesteban', 'seller': 'esong', 'tradeType': 'BUY_AGGRESSOR', 'passiveOrder': '369fcc06-5ee2-4bc8-aff3-cf97b03b2313', 'passiveOrderRemaining': 0, 'sequence': 567, 'timestamp': 1641525335.7344217}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '9fe8381c-11db-4c09-a848-0149b5d31c7a', 'side': 'BUY', 'price': 21.5, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 568, 'timestamp': 1641525343.955394}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'bdaa7d31-a04d-4f08-986c-078172b15cb1', 'side': 'SELL', 'price': 27.5, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 569, 'timestamp': 1641525344.426864}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'dfa72a71-f2df-4819-8d79-3c5aaf5c645d', 'side': 'BUY', 'price': 21.4, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 570, 'timestamp': 1641525345.9604332}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'b80db320-d150-4d08-b49b-389b35be08c5', 'side': 'SELL', 'price': 27.6, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 571, 'timestamp': 1641525346.432476}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '1b8850f4-16d9-4bcc-89f6-bd1a102b2c22', 'side': 'BUY', 'price': 21.3, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 572, 'timestamp': 1641525347.905085}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '65dbcdbf-2d3b-40e7-9471-38ce8d4ee6c2', 'side': 'SELL', 'price': 27.7, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 573, 'timestamp': 1641525348.3762662}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '258d735f-0e20-4373-929e-d32e6e0c6c51', 'side': 'BUY', 'price': 21.2, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 574, 'timestamp': 1641525349.8512719}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '4a5b040b-7e5c-446c-8e67-3f68b31df03d', 'side': 'SELL', 'price': 27.8, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 575, 'timestamp': 1641525350.321735}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '10e160b4-b0f2-45d3-b825-db1017bf3a7f', 'side': 'BUY', 'price': 21.1, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 576, 'timestamp': 1641525351.7927442}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '39d04fde-0476-47ce-81d7-48502ff0e2a5', 'side': 'SELL', 'price': 27.9, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 577, 'timestamp': 1641525352.2720902}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'a5705118-b321-43c5-9bae-825b74be080e', 'side': 'BUY', 'price': 21.0, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 578, 'timestamp': 1641525353.7441416}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'beb0ec14-15b0-490d-8a25-30f8555dcfb2', 'side': 'SELL', 'price': 28.0, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 579, 'timestamp': 1641525354.2161086}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '9902161f-efb9-4d71-890f-91d32455b2cf', 'side': 'BUY', 'price': 20.9, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 580, 'timestamp': 1641525355.6879137}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '42fe3c58-f5f5-4f96-81da-77ce61e363bf', 'side': 'SELL', 'price': 28.1, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 581, 'timestamp': 1641525356.158923}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '421437b5-d03e-48b5-8f74-3595f875ba43', 'side': 'BUY', 'price': 20.8, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 582, 'timestamp': 1641525357.6315508}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '2eee86a6-c564-43d0-9668-2492774795db', 'side': 'SELL', 'price': 28.2, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 583, 'timestamp': 1641525358.1027172}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'a3dfd54e-8f41-4d99-9624-557c3be3aa93', 'side': 'BUY', 'price': 20.7, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 584, 'timestamp': 1641525359.57564}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'e2d164f6-c898-45ef-aa0c-0b72694b204e', 'side': 'SELL', 'price': 28.3, 'filled': 0, 'resting': 1000, 'owner': 'dlee', 'sequence': 585, 'timestamp': 1641525360.046627}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '300584b7-0dde-416e-b465-70f81ac4552c', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 586, 'timestamp': 1641525361.520043}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'bea45d44-06f7-45e7-acae-b5c5875aeb22', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 587, 'timestamp': 1641525362.003347}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '91c87cd6-86f2-4a02-ba07-292cc4214959', 'side': 'BUY', 'price': 24.9, 'filled': 0, 'resting': 100, 'owner': 'esong', 'sequence': 588, 'timestamp': 1641525362.4241812}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'ac7823ee-853a-42fe-a52d-7f923f8474aa', 'side': 'BUY', 'price': 25.0, 'filled': 0, 'resting': 10, 'owner': 'aesteban', 'sequence': 589, 'timestamp': 1641525362.4776154}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'a93f1b0e-1760-411e-9d80-742745f1243f', 'side': 'BUY', 'price': 24.8, 'filled': 0, 'resting': 1000, 'owner': 'dgray', 'sequence': 590, 'timestamp': 1641525362.5587533}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '300584b7-0dde-416e-b465-70f81ac4552c', 'side': 'BUY', 'sequence': 591, 'timestamp': 1641525367.4820597}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'bea45d44-06f7-45e7-acae-b5c5875aeb22', 'side': 'SELL', 'sequence': 592, 'timestamp': 1641525367.9675608}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'babac6b6-93fb-4da2-8ec1-66ad2fbb8633', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 593, 'timestamp': 1641525368.4390879}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '6b72fcfa-7c23-45a1-93f7-bc992ddc691f', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 594, 'timestamp': 1641525368.910878}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'c8839411-d9b0-427b-b671-d3171e23d497', 'side': 'BUY', 'price': 23.5, 'filled': 0, 'resting': 10000, 'owner': 'klee', 'sequence': 595, 'timestamp': 1641525371.4352036}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '63068e4e-214b-4972-8df5-33e37d280cab', 'side': 'SELL', 'price': 26.0, 'filled': 0, 'resting': 10000, 'owner': 'klee', 'sequence': 596, 'timestamp': 1641525371.445826}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'babac6b6-93fb-4da2-8ec1-66ad2fbb8633', 'side': 'BUY', 'sequence': 597, 'timestamp': 1641525374.539151}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '040ebe95-144e-42a2-bb3d-d5471f86637b', 'side': 'BUY', 'price': 24.4, 'filled': 0, 'resting': 1000, 'owner': 'Jjung1', 'sequence': 598, 'timestamp': 1641525374.6437361}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '70372b67-664d-49c6-a14e-dd99726dbf0e', 'side': 'SELL', 'price': 26.0, 'filled': 0, 'resting': 1000, 'owner': 'Jjung1', 'sequence': 599, 'timestamp': 1641525374.7208374}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '6b72fcfa-7c23-45a1-93f7-bc992ddc691f', 'side': 'SELL', 'sequence': 600, 'timestamp': 1641525375.044205}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '78a64563-32e9-48f9-b19b-c157c3175c5a', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 601, 'timestamp': 1641525375.515779}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'cc58d1f4-5fcb-4507-aef7-69b7d307200e', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 602, 'timestamp': 1641525375.986177}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'cc2b21d9-57b2-4979-9722-497be3997ceb', 'side': 'BUY', 'price': 25.1, 'filled': 0, 'resting': 100, 'owner': 'esong', 'sequence': 603, 'timestamp': 1641525379.5204518}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '78a64563-32e9-48f9-b19b-c157c3175c5a', 'side': 'BUY', 'sequence': 604, 'timestamp': 1641525381.4614348}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'cc58d1f4-5fcb-4507-aef7-69b7d307200e', 'side': 'SELL', 'sequence': 605, 'timestamp': 1641525381.9453266}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '26cdc117-6284-4962-a48e-91ded5d10ae4', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 606, 'timestamp': 1641525382.44799}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'f68dea7c-9543-484e-9250-f257a34d699f', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 607, 'timestamp': 1641525382.9187515}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '26cdc117-6284-4962-a48e-91ded5d10ae4', 'side': 'BUY', 'sequence': 608, 'timestamp': 1641525388.3955274}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'f68dea7c-9543-484e-9250-f257a34d699f', 'side': 'SELL', 'sequence': 609, 'timestamp': 1641525388.8672664}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'dbbadc22-bd6f-483b-9136-09f1f56a0786', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 610, 'timestamp': 1641525389.3380332}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'e62b56e7-4978-4f4d-a62b-a23e6052794c', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 611, 'timestamp': 1641525389.8091571}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'dbbadc22-bd6f-483b-9136-09f1f56a0786', 'side': 'BUY', 'sequence': 612, 'timestamp': 1641525395.2855494}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'e62b56e7-4978-4f4d-a62b-a23e6052794c', 'side': 'SELL', 'sequence': 613, 'timestamp': 1641525395.7564147}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '2a885528-9f9a-4ecb-9daa-63185ae042a6', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 614, 'timestamp': 1641525396.2347445}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '4a14ee1b-57eb-4495-bfd9-7cc80bd05e59', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 615, 'timestamp': 1641525396.7148008}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '2a885528-9f9a-4ecb-9daa-63185ae042a6', 'side': 'BUY', 'sequence': 616, 'timestamp': 1641525402.1936193}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '4a14ee1b-57eb-4495-bfd9-7cc80bd05e59', 'side': 'SELL', 'sequence': 617, 'timestamp': 1641525402.6638336}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '58698a79-e91e-4e43-82bc-ed58b9375e90', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 618, 'timestamp': 1641525403.135116}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '240c1db6-5459-4a90-8d17-3fd52e4408f0', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 619, 'timestamp': 1641525403.6068351}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '58698a79-e91e-4e43-82bc-ed58b9375e90', 'side': 'BUY', 'sequence': 620, 'timestamp': 1641525409.1163945}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '240c1db6-5459-4a90-8d17-3fd52e4408f0', 'side': 'SELL', 'sequence': 621, 'timestamp': 1641525409.5885048}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '477fc780-550c-4741-a265-7ce59442bc8c', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 622, 'timestamp': 1641525410.0918505}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '7978833f-0214-4804-935d-f794090465ff', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 623, 'timestamp': 1641525410.562771}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '477fc780-550c-4741-a265-7ce59442bc8c', 'side': 'BUY', 'sequence': 624, 'timestamp': 1641525416.1020186}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '7978833f-0214-4804-935d-f794090465ff', 'side': 'SELL', 'sequence': 625, 'timestamp': 1641525416.5827937}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'fc6740a0-3675-4205-a41c-db29a4c391bd', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 626, 'timestamp': 1641525417.0533211}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'f42f47d3-6b35-4384-a400-e2d9d518fb2a', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 627, 'timestamp': 1641525417.5912101}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'fc6740a0-3675-4205-a41c-db29a4c391bd', 'side': 'BUY', 'sequence': 628, 'timestamp': 1641525423.0651293}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'f42f47d3-6b35-4384-a400-e2d9d518fb2a', 'side': 'SELL', 'sequence': 629, 'timestamp': 1641525423.5368514}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'c059413d-2ce9-4d43-bcd1-ff94ef803b59', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 630, 'timestamp': 1641525424.011296}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'b12e2cf4-0249-4909-8a81-d160373e16cd', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 631, 'timestamp': 1641525424.481969}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'c059413d-2ce9-4d43-bcd1-ff94ef803b59', 'side': 'BUY', 'sequence': 632, 'timestamp': 1641525429.9607668}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'b12e2cf4-0249-4909-8a81-d160373e16cd', 'side': 'SELL', 'sequence': 633, 'timestamp': 1641525430.4310246}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '8dcf542d-3e59-4f6c-920e-1965d67e77db', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 634, 'timestamp': 1641525430.9018624}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '4690739c-f2f8-4508-baac-b5318de03ad8', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 635, 'timestamp': 1641525431.3822663}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '8dcf542d-3e59-4f6c-920e-1965d67e77db', 'side': 'BUY', 'sequence': 636, 'timestamp': 1641525436.8588488}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '4690739c-f2f8-4508-baac-b5318de03ad8', 'side': 'SELL', 'sequence': 637, 'timestamp': 1641525437.3309104}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '3bb333b7-cbed-410c-9334-3c0d086324ff', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 638, 'timestamp': 1641525437.8019981}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '298815ba-f973-4ad2-ac20-ed973d09fa94', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 639, 'timestamp': 1641525438.2729933}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '3bb333b7-cbed-410c-9334-3c0d086324ff', 'side': 'BUY', 'sequence': 640, 'timestamp': 1641525443.8109705}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '298815ba-f973-4ad2-ac20-ed973d09fa94', 'side': 'SELL', 'sequence': 641, 'timestamp': 1641525444.2830195}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'ed3fecaa-490e-400b-8fb6-84b8b6a9f90a', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 642, 'timestamp': 1641525444.8166182}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'b985f7a2-d8f6-4222-9621-259987751231', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 643, 'timestamp': 1641525445.2878456}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'ed3fecaa-490e-400b-8fb6-84b8b6a9f90a', 'side': 'BUY', 'sequence': 644, 'timestamp': 1641525450.827076}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'b985f7a2-d8f6-4222-9621-259987751231', 'side': 'SELL', 'sequence': 645, 'timestamp': 1641525451.3382797}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '0e90504f-cd07-4cad-bedb-b32d6e0ad576', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 646, 'timestamp': 1641525451.8150795}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'd840d422-33f1-4935-8856-373df3ea9a40', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 647, 'timestamp': 1641525452.2861435}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '0e90504f-cd07-4cad-bedb-b32d6e0ad576', 'side': 'BUY', 'sequence': 648, 'timestamp': 1641525457.7630086}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'd840d422-33f1-4935-8856-373df3ea9a40', 'side': 'SELL', 'sequence': 649, 'timestamp': 1641525458.234317}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'c1f6b029-9787-4c08-bc01-c4db4378ded1', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 650, 'timestamp': 1641525458.7054212}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '5a34a571-f8bb-4655-9f00-8f77668b9649', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 651, 'timestamp': 1641525459.176203}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'c1f6b029-9787-4c08-bc01-c4db4378ded1', 'side': 'BUY', 'sequence': 652, 'timestamp': 1641525464.6532433}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '5a34a571-f8bb-4655-9f00-8f77668b9649', 'side': 'SELL', 'sequence': 653, 'timestamp': 1641525465.124474}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '42d4d45c-7601-4723-891c-616268ba4176', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 654, 'timestamp': 1641525465.5963337}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '413d6733-525b-4fe8-b3f7-abfcd8738471', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 655, 'timestamp': 1641525466.0767214}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '42d4d45c-7601-4723-891c-616268ba4176', 'side': 'BUY', 'sequence': 656, 'timestamp': 1641525471.5526385}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '413d6733-525b-4fe8-b3f7-abfcd8738471', 'side': 'SELL', 'sequence': 657, 'timestamp': 1641525472.0243828}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '96a0975a-47a8-418a-87ae-2d7bb12c3ca6', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 658, 'timestamp': 1641525472.495993}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '78293790-c364-4a59-aee9-4bf77f58a53a', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 659, 'timestamp': 1641525472.9666467}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '5f0a5038-d3c7-4c97-90d1-80d0fc330e5c', 'side': 'BUY', 'price': 25.0, 'filled': 0, 'resting': 100, 'owner': 'klee', 'sequence': 660, 'timestamp': 1641525477.606066}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '32773899-8cce-44da-865a-6599396ea0de', 'side': 'SELL', 'price': 25.5, 'filled': 0, 'resting': 10, 'owner': 'klee', 'sequence': 661, 'timestamp': 1641525477.618961}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '96a0975a-47a8-418a-87ae-2d7bb12c3ca6', 'side': 'BUY', 'sequence': 662, 'timestamp': 1641525478.5016572}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '78293790-c364-4a59-aee9-4bf77f58a53a', 'side': 'SELL', 'sequence': 663, 'timestamp': 1641525479.0346367}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '99d674a9-7fe7-4ec0-8c15-0e3dadb68a3a', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 664, 'timestamp': 1641525479.5052004}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '07884257-bf94-4d10-9379-a579a6e439ec', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 665, 'timestamp': 1641525479.9764237}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '99d674a9-7fe7-4ec0-8c15-0e3dadb68a3a', 'side': 'BUY', 'sequence': 666, 'timestamp': 1641525485.5136516}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '07884257-bf94-4d10-9379-a579a6e439ec', 'side': 'SELL', 'sequence': 667, 'timestamp': 1641525485.9940019}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '21ba1a8c-4c44-43a9-9e2e-bc012517875f', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 668, 'timestamp': 1641525486.4969447}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'd77606fb-d215-42fa-aac1-5786af22fad7', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 669, 'timestamp': 1641525486.9678233}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '21ba1a8c-4c44-43a9-9e2e-bc012517875f', 'side': 'BUY', 'sequence': 670, 'timestamp': 1641525492.445579}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'd77606fb-d215-42fa-aac1-5786af22fad7', 'side': 'SELL', 'sequence': 671, 'timestamp': 1641525492.9161966}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'cc032ff5-252c-4ae7-8221-2e38cdf9aca3', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 672, 'timestamp': 1641525493.3877606}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '2da5b3b3-eeaa-4ef2-b603-07fac40258f6', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 673, 'timestamp': 1641525493.8591504}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'cc032ff5-252c-4ae7-8221-2e38cdf9aca3', 'side': 'BUY', 'sequence': 674, 'timestamp': 1641525499.3355088}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '2da5b3b3-eeaa-4ef2-b603-07fac40258f6', 'side': 'SELL', 'sequence': 675, 'timestamp': 1641525499.80666}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '9a8f3924-3867-4ac3-a220-4435f7ddf66f', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 676, 'timestamp': 1641525500.280346}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '878ae86e-22b7-4e57-a500-5380e89fc7c3', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 677, 'timestamp': 1641525500.7605364}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '9a8f3924-3867-4ac3-a220-4435f7ddf66f', 'side': 'BUY', 'sequence': 678, 'timestamp': 1641525506.2366405}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '878ae86e-22b7-4e57-a500-5380e89fc7c3', 'side': 'SELL', 'sequence': 679, 'timestamp': 1641525506.7070205}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '469fa0bd-50c0-4209-bc7a-e9db0954ae8d', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 680, 'timestamp': 1641525507.1793933}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '305e18d3-ad0e-4829-b00c-7e9938761538', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 681, 'timestamp': 1641525507.6501043}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '469fa0bd-50c0-4209-bc7a-e9db0954ae8d', 'side': 'BUY', 'sequence': 682, 'timestamp': 1641525513.1861298}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '305e18d3-ad0e-4829-b00c-7e9938761538', 'side': 'SELL', 'sequence': 683, 'timestamp': 1641525513.6896765}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '8b2ea38b-f63d-4c88-82e5-26d5e2d2ac47', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 684, 'timestamp': 1641525514.1601098}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '5338ef4e-f091-4d28-a3c4-42f28d4078f4', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 685, 'timestamp': 1641525514.6315727}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '8b2ea38b-f63d-4c88-82e5-26d5e2d2ac47', 'side': 'BUY', 'sequence': 686, 'timestamp': 1641525520.16622}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '5338ef4e-f091-4d28-a3c4-42f28d4078f4', 'side': 'SELL', 'sequence': 687, 'timestamp': 1641525520.6458638}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'fb857966-5ce4-45f7-ba69-7541e9579d67', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 688, 'timestamp': 1641525521.1251192}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'a9f1303f-2978-41bd-bbb4-4203809f9887', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 689, 'timestamp': 1641525521.596916}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'fb857966-5ce4-45f7-ba69-7541e9579d67', 'side': 'BUY', 'sequence': 690, 'timestamp': 1641525527.1359596}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'a9f1303f-2978-41bd-bbb4-4203809f9887', 'side': 'SELL', 'sequence': 691, 'timestamp': 1641525527.6071496}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'a4085d3e-a446-44c5-93b1-4d5ec9d5c84d', 'side': 'BUY', 'price': 23.5, 'filled': 0, 'resting': 10000, 'owner': 'klee', 'sequence': 692, 'timestamp': 1641525527.7920637}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '859875b4-9ce0-4668-a593-92c1a8c40ad5', 'side': 'SELL', 'price': 26.0, 'filled': 0, 'resting': 10000, 'owner': 'klee', 'sequence': 693, 'timestamp': 1641525527.7992818}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '88ab5122-7561-4bbb-a77e-576db1d7bd7c', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 694, 'timestamp': 1641525528.0777395}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'a0982123-2171-47cb-9ca6-597b37baf9fd', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 695, 'timestamp': 1641525528.548258}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '88ab5122-7561-4bbb-a77e-576db1d7bd7c', 'side': 'BUY', 'sequence': 696, 'timestamp': 1641525534.0245385}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'a0982123-2171-47cb-9ca6-597b37baf9fd', 'side': 'SELL', 'sequence': 697, 'timestamp': 1641525534.4958935}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'f44cc884-954b-456a-9e92-1679f8aa6554', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 698, 'timestamp': 1641525534.967274}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '6f8159fb-bbb5-4b1c-8e45-6513f806e990', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 699, 'timestamp': 1641525535.4484255}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'f44cc884-954b-456a-9e92-1679f8aa6554', 'side': 'BUY', 'sequence': 700, 'timestamp': 1641525540.924647}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '6f8159fb-bbb5-4b1c-8e45-6513f806e990', 'side': 'SELL', 'sequence': 701, 'timestamp': 1641525541.3954413}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '5ae744ce-12b4-468d-b7e0-7c7688a8cc1b', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 702, 'timestamp': 1641525541.8684862}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'dea574e1-343d-4886-9cab-99307843da5f', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 703, 'timestamp': 1641525542.339228}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '5ae744ce-12b4-468d-b7e0-7c7688a8cc1b', 'side': 'BUY', 'sequence': 704, 'timestamp': 1641525547.8457925}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'dea574e1-343d-4886-9cab-99307843da5f', 'side': 'SELL', 'sequence': 705, 'timestamp': 1641525548.3160937}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'c518923d-d64d-4f02-b9f5-87982aec0ccb', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 706, 'timestamp': 1641525548.8499942}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'c3a73973-3915-4892-92ec-34c74717243a', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 707, 'timestamp': 1641525549.32055}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'c518923d-d64d-4f02-b9f5-87982aec0ccb', 'side': 'BUY', 'sequence': 708, 'timestamp': 1641525554.8000867}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'c3a73973-3915-4892-92ec-34c74717243a', 'side': 'SELL', 'sequence': 709, 'timestamp': 1641525555.2801435}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'dbf82610-decf-4dbd-97a7-34c63d2c894b', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 710, 'timestamp': 1641525555.7819855}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'b8427520-6b8f-45f5-9dd2-76352d23f0a3', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 711, 'timestamp': 1641525556.2525115}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'dbf82610-decf-4dbd-97a7-34c63d2c894b', 'side': 'BUY', 'sequence': 712, 'timestamp': 1641525561.7287905}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'b8427520-6b8f-45f5-9dd2-76352d23f0a3', 'side': 'SELL', 'sequence': 713, 'timestamp': 1641525562.1994388}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '65e147ac-5108-41db-a1a1-7eacb8ad8145', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 714, 'timestamp': 1641525562.7341125}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '0b37d04f-c631-4afd-99b9-fb8ecd67bdeb', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 715, 'timestamp': 1641525563.2055235}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '65e147ac-5108-41db-a1a1-7eacb8ad8145', 'side': 'BUY', 'sequence': 716, 'timestamp': 1641525568.67973}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '0b37d04f-c631-4afd-99b9-fb8ecd67bdeb', 'side': 'SELL', 'sequence': 717, 'timestamp': 1641525569.1498406}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': 'b29ee88b-4d7d-47cd-b5a1-d143c7cdea5d', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 718, 'timestamp': 1641525569.622235}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '6cc752b9-aa5d-4cd7-91d1-dc945879b332', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 719, 'timestamp': 1641525570.101567}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': 'b29ee88b-4d7d-47cd-b5a1-d143c7cdea5d', 'side': 'BUY', 'sequence': 720, 'timestamp': 1641525575.5777297}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '6cc752b9-aa5d-4cd7-91d1-dc945879b332', 'side': 'SELL', 'sequence': 721, 'timestamp': 1641525576.0480082}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '55cc377e-7644-4273-bf19-361b22e04c2a', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 722, 'timestamp': 1641525576.5187879}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '9e3f8c86-242d-4876-a324-a6161ca9fb03', 'side': 'SELL', 'price': 25.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 723, 'timestamp': 1641525576.9892557}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '55cc377e-7644-4273-bf19-361b22e04c2a', 'side': 'BUY', 'sequence': 724, 'timestamp': 1641525582.5265965}
{'type': 'DELETED', 'product': 'F_SOH_APP0107T1440', 'id': '9e3f8c86-242d-4876-a324-a6161ca9fb03', 'side': 'SELL', 'sequence': 725, 'timestamp': 1641525582.9972117}
{'type': 'ADDED', 'product': 'F_SOH_APP0107T1440', 'id': '4ae6634b-5491-4015-8f89-1d31951c3d88', 'side': 'BUY', 'price': 24.7, 'filled': 0, 'resting': 50, 'owner': 'dlee', 'sequence': 726, 'timestamp': 1641525583.4684644}
[{"type": "FUTURE", "product": "F_SOH_APP0107T1410", "stationId": 66214, "stationName": "SYDNEY (OBSERVATORY HILL)", "unit": "APPARENT_TEMP", "expiry": "2022-01-07 14:10+1100", "aggressiveFee": 0.0, "passiveFee": 0.0, "brokerFee": 0.0, "sequence": 1, "timestamp": 1641523350.4206033}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "4a7338f9-80e6-4150-b563-36f58689e817", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 2, "timestamp": 1641523466.360379}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "3db67dd7-4501-4dd1-aa68-065f71e5fad8", "side": "SELL", "price": 25.1, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 3, "timestamp": 1641523489.2409189}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "1818c995-ae63-4f40-83ec-70985fcbc2b5", "side": "BUY", "price": 23.1, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 4, "timestamp": 1641523489.2663379}, {"type": "DELETED", "product": "F_SOH_APP0107T1410", "id": "1818c995-ae63-4f40-83ec-70985fcbc2b5", "side": "BUY", "sequence": 5, "timestamp": 1641523489.2993052}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "a221d0f9-b7d9-49bc-880e-87f3391066a0", "side": "SELL", "price": 24.4, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 6, "timestamp": 1641523489.344152}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "a93b44f4-0e78-4e0d-9f2d-f4473e846a7b", "side": "BUY", "price": 0.1, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 7, "timestamp": 1641523489.3663871}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "963303e5-0c26-4855-8d80-b472659a07bc", "side": "BUY", "price": 23.2, "filled": 0, "resting": 100, "owner": "tshort", "sequence": 8, "timestamp": 1641523496.9295552}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "76a262d8-b9c1-4b2a-a602-100dc97d221a", "side": "BUY", "price": 23.3, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 9, "timestamp": 1641523496.955648}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "eee6f0dd-bdd9-402c-9e87-8372888ee4c7", "side": "SELL", "price": 24.8, "filled": 0, "resting": 100, "owner": "tshort", "sequence": 10, "timestamp": 1641523497.8289592}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "86023d54-ff3f-4377-8d67-0cb19c92f3ee", "side": "BUY", "price": 21.0, "filled": 0, "resting": 1000, "owner": "tshort", "sequence": 11, "timestamp": 1641523498.7288625}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "4771e87f-1256-40b3-b60b-6e0891c31275", "side": "SELL", "price": 27.0, "filled": 0, "resting": 1000, "owner": "tshort", "sequence": 12, "timestamp": 1641523499.6295023}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "c7415b7f-9612-4c4e-a7d4-d82357dbfff5", "side": "BUY", "price": 18.0, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 13, "timestamp": 1641523502.0444243}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "48cfe080-f8df-42ff-a880-c1df5ee13330", "side": "SELL", "price": 30.0, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 14, "timestamp": 1641523502.5150745}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "95a37260-0e06-4175-a17a-48f08e1bf6cc", "side": "BUY", "price": 17.9, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 15, "timestamp": 1641523504.0496233}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "99a07de4-6a43-4fa5-b905-b4efac6a4640", "side": "SELL", "price": 30.1, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 16, "timestamp": 1641523504.527006}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "50ea1d3e-404b-4727-b93a-136fb144651f", "side": "BUY", "price": 17.8, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 17, "timestamp": 1641523506.000427}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "4b46386e-a40a-4a75-8805-bc7a7f288d03", "side": "SELL", "price": 30.2, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 18, "timestamp": 1641523506.4712105}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "259c01a4-0731-4d38-955d-7c740f8d4136", "side": "BUY", "price": 17.7, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 19, "timestamp": 1641523507.949495}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "eb6e31ed-e826-40b4-a274-28704da00f95", "side": "SELL", "price": 30.3, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 20, "timestamp": 1641523508.4203622}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ec8ae10f-2648-47aa-9750-35daf23b2641", "side": "BUY", "price": 17.6, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 21, "timestamp": 1641523509.8925304}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "4b2917b1-36aa-47f2-97cc-fe0ae7bebd9c", "side": "SELL", "price": 30.4, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 22, "timestamp": 1641523510.372673}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "7bc23024-a1d3-43b6-b87e-54801d9aa48d", "side": "BUY", "price": 17.5, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 23, "timestamp": 1641523511.8454497}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "88a07f6b-a4a3-4506-b120-26510381f940", "side": "SELL", "price": 30.5, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 24, "timestamp": 1641523512.3172073}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "04281afc-ef5f-4a7c-b19f-ee717981dca0", "side": "BUY", "price": 17.4, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 25, "timestamp": 1641523513.7908158}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "9793c4df-55a1-4867-b85b-b125ac193507", "side": "SELL", "price": 30.6, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 26, "timestamp": 1641523514.2623973}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "95099f81-5f43-4618-8748-be66d348872d", "side": "BUY", "price": 17.3, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 27, "timestamp": 1641523515.7341287}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "041c476c-c7e5-4798-8ac0-d8b296ab7cb8", "side": "SELL", "price": 30.7, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 28, "timestamp": 1641523516.2043695}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "753cbea5-e2f1-4a13-9fef-b96f0afd1480", "side": "BUY", "price": 17.2, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 29, "timestamp": 1641523517.6862795}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ea25072f-f8c9-4df9-8925-0093eb977eae", "side": "SELL", "price": 30.8, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 30, "timestamp": 1641523518.1583316}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "7d5f36ed-2651-4f77-b33e-1c6b45b883d8", "side": "BUY", "price": 17.1, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 31, "timestamp": 1641523519.6314473}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "bef26a1e-53de-4874-b05b-206f626281f1", "side": "SELL", "price": 30.9, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 32, "timestamp": 1641523520.1017363}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "57a28871-54da-4146-9202-de5211c6175f", "side": "BUY", "price": 17.0, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 33, "timestamp": 1641523521.5734787}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "0bbd27ad-a304-4ce8-9002-a1a10010ab72", "side": "SELL", "price": 31.0, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 34, "timestamp": 1641523522.0457773}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ecf86b70-c835-490d-b95a-22e75c4c4a83", "side": "BUY", "price": 16.9, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 35, "timestamp": 1641523523.5185323}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "2eead857-3a12-4527-a239-6c9ee871fa57", "side": "SELL", "price": 31.1, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 36, "timestamp": 1641523523.992511}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "3c81dce5-faa7-42d0-a285-1ba61a264e0b", "side": "BUY", "price": 16.8, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 37, "timestamp": 1641523525.4643617}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "f2b19a04-951b-4abc-a8d3-b58373eff744", "side": "SELL", "price": 31.2, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 38, "timestamp": 1641523525.9357212}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "d5e9c7be-dd50-4e67-b5cf-bf71220f5c97", "side": "BUY", "price": 16.7, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 39, "timestamp": 1641523527.416096}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "06839f15-b424-4d3c-8f97-a7e442b7e623", "side": "SELL", "price": 31.3, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 40, "timestamp": 1641523527.8872092}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "3938e680-5479-4133-9f56-954a1004fc2e", "side": "BUY", "price": 16.6, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 41, "timestamp": 1641523529.3602285}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "678b95bd-09b9-4ae8-a13e-9d9b9f7675dc", "side": "SELL", "price": 31.4, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 42, "timestamp": 1641523529.8309443}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "06b4dad4-6723-4977-a44e-d692925bf7d8", "side": "BUY", "price": 18.0, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 43, "timestamp": 1641523547.7949324}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "b327aa12-5f84-4dc0-998c-14859fd6dfe7", "side": "SELL", "price": 30.0, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 44, "timestamp": 1641523548.2810137}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "dc67ca81-84d1-424c-b3ea-abba5fc4ea2a", "side": "BUY", "price": 17.9, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 45, "timestamp": 1641523549.7532728}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "06182772-59a2-4f4f-a890-3b5b730f6c57", "side": "SELL", "price": 30.1, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 46, "timestamp": 1641523550.2246964}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "b69d6837-73e2-4ed7-9057-42fef7251600", "side": "BUY", "price": 17.8, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 47, "timestamp": 1641523551.6975014}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "fae0dffc-1f21-449c-a575-1eba9555cf7b", "side": "SELL", "price": 30.2, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 48, "timestamp": 1641523552.2303288}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.4, "volume": 10, "buyer": "klee", "seller": "aesteban", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "a221d0f9-b7d9-49bc-880e-87f3391066a0", "passiveOrderRemaining": 0, "sequence": 49, "timestamp": 1641523552.9492075}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "2d1d6bc7-3f2a-4b74-a2f0-8fe4833f4489", "side": "BUY", "price": 24.4, "filled": 10, "resting": 990, "owner": "klee", "sequence": 50, "timestamp": 1641523552.9492223}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "5cbb3706-a7ca-4aa2-8fca-bb0641f3568c", "side": "SELL", "price": 24.6, "filled": 0, "resting": 1000, "owner": "klee", "sequence": 51, "timestamp": 1641523552.9598558}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.4, "volume": 990, "buyer": "klee", "seller": "aesteban", "tradeType": "SELL_AGGRESSOR", "passiveOrder": "2d1d6bc7-3f2a-4b74-a2f0-8fe4833f4489", "passiveOrderRemaining": 0, "sequence": 52, "timestamp": 1641523553.011399}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "dcc83c46-2900-405b-be5f-5a6820e43fc7", "side": "SELL", "price": 24.4, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 53, "timestamp": 1641523553.01622}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "f2cc6737-d4ef-425a-8a26-90ef4eb9c45b", "side": "BUY", "price": 17.7, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 54, "timestamp": 1641523553.7091856}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "d422b779-f3a5-4048-96bc-fe7bc3e52314", "side": "SELL", "price": 30.3, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 55, "timestamp": 1641523554.180747}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "4466748a-db53-4b39-a683-c7666401ad37", "side": "BUY", "price": 17.6, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 56, "timestamp": 1641523555.6532881}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "cfd22e07-23a7-42dd-a67c-98a6659b2805", "side": "SELL", "price": 30.4, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 57, "timestamp": 1641523556.1235337}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "b070ed18-f2c8-4fa4-9c09-5c4662328286", "side": "BUY", "price": 24.0, "filled": 0, "resting": 1000, "owner": "klee", "sequence": 58, "timestamp": 1641523624.0857213}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "6b6eaafa-171a-44ec-b03e-0c826851031c", "side": "SELL", "price": 24.6, "filled": 0, "resting": 1000, "owner": "klee", "sequence": 59, "timestamp": 1641523624.0943308}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "dac61ad1-aeb8-4450-b61f-eeafefbf9ded", "side": "BUY", "price": 23.2, "filled": 0, "resting": 10, "owner": "klee", "sequence": 60, "timestamp": 1641523624.1044784}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "68fcbbbe-d1e9-48c8-9e39-6fd833ef679f", "side": "SELL", "price": 24.5, "filled": 0, "resting": 10, "owner": "klee", "sequence": 61, "timestamp": 1641523624.111997}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "8875cf81-5c88-4b2e-85c0-0e4a4430ed75", "side": "BUY", "price": 23.3, "filled": 0, "resting": 5, "owner": "klee", "sequence": 62, "timestamp": 1641523624.120112}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "309432bf-177e-4665-b90e-8ca2bd2f08d9", "side": "SELL", "price": 24.4, "filled": 0, "resting": 5, "owner": "klee", "sequence": 63, "timestamp": 1641523624.128007}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "de55bf68-f1d1-49f8-a62f-8206d9b8a502", "side": "BUY", "price": 24.1, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 64, "timestamp": 1641523624.1424708}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "b61f7c66-dadf-4b49-b05c-8eb286e7ad17", "side": "BUY", "price": 23.0, "filled": 0, "resting": 10000, "owner": "klee", "sequence": 65, "timestamp": 1641523668.5281472}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "44bb155a-f484-4899-815a-71e2bf5bd058", "side": "SELL", "price": 26.0, "filled": 0, "resting": 10000, "owner": "klee", "sequence": 66, "timestamp": 1641523668.5359712}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "4e1a443e-0545-40a5-92d0-5ced49c44361", "side": "BUY", "price": 24.0, "filled": 0, "resting": 10, "owner": "klee", "sequence": 67, "timestamp": 1641523668.5444822}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "0c3f857b-c71f-48f7-b0fc-120017af8e4a", "side": "SELL", "price": 24.5, "filled": 0, "resting": 15, "owner": "klee", "sequence": 68, "timestamp": 1641523668.5517237}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "a18d64af-1ee3-4799-96d3-cafe26b035c3", "side": "BUY", "price": 24.1, "filled": 0, "resting": 5, "owner": "klee", "sequence": 69, "timestamp": 1641523668.55896}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "b77831c3-012a-4638-a358-fce50bc4229a", "side": "SELL", "price": 24.4, "filled": 0, "resting": 8, "owner": "klee", "sequence": 70, "timestamp": 1641523668.5665207}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "2e5dfcaf-1380-4689-8cb4-d01ee2ba402a", "side": "BUY", "price": 24.2, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 71, "timestamp": 1641523678.6147895}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "390a5551-6a56-4a9b-b4e3-a372f14cbe80", "side": "BUY", "price": 23.5, "filled": 0, "resting": 1000, "owner": "klee", "sequence": 72, "timestamp": 1641523983.3752317}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "87b84f1e-2e29-4012-8090-d40d1091b2ae", "side": "SELL", "price": 25.5, "filled": 0, "resting": 1000, "owner": "klee", "sequence": 73, "timestamp": 1641523983.383423}, {"type": "DELETED", "product": "F_SOH_APP0107T1410", "id": "dcc83c46-2900-405b-be5f-5a6820e43fc7", "side": "SELL", "sequence": 74, "timestamp": 1641524033.461577}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "350c8bf2-76e1-4a86-815a-baca95e6699b", "side": "SELL", "price": 24.8, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 75, "timestamp": 1641524033.5011768}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.4, "volume": 5, "buyer": "aesteban", "seller": "klee", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "309432bf-177e-4665-b90e-8ca2bd2f08d9", "passiveOrderRemaining": 0, "sequence": 76, "timestamp": 1641524033.52595}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.4, "volume": 5, "buyer": "aesteban", "seller": "klee", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "b77831c3-012a-4638-a358-fce50bc4229a", "passiveOrderRemaining": 3, "sequence": 77, "timestamp": 1641524033.5259573}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.4, "volume": 3, "buyer": "aesteban", "seller": "klee", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "b77831c3-012a-4638-a358-fce50bc4229a", "passiveOrderRemaining": 0, "sequence": 78, "timestamp": 1641524033.5572765}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 7, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "4a7338f9-80e6-4150-b563-36f58689e817", "passiveOrderRemaining": 993, "sequence": 79, "timestamp": 1641524033.5572867}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "4a7338f9-80e6-4150-b563-36f58689e817", "passiveOrderRemaining": 983, "sequence": 80, "timestamp": 1641524043.597944}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.2, "volume": 1, "buyer": "aesteban", "seller": "swouters", "tradeType": "SELL_AGGRESSOR", "passiveOrder": "2e5dfcaf-1380-4689-8cb4-d01ee2ba402a", "passiveOrderRemaining": 9, "sequence": 81, "timestamp": 1641524046.9937768}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "4a7338f9-80e6-4150-b563-36f58689e817", "passiveOrderRemaining": 973, "sequence": 82, "timestamp": 1641524047.015892}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "4a7338f9-80e6-4150-b563-36f58689e817", "passiveOrderRemaining": 963, "sequence": 83, "timestamp": 1641524057.0538557}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "4a7338f9-80e6-4150-b563-36f58689e817", "passiveOrderRemaining": 953, "sequence": 84, "timestamp": 1641524067.115437}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "4a7338f9-80e6-4150-b563-36f58689e817", "passiveOrderRemaining": 943, "sequence": 85, "timestamp": 1641524077.1540058}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "4a7338f9-80e6-4150-b563-36f58689e817", "passiveOrderRemaining": 933, "sequence": 86, "timestamp": 1641524087.1955307}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "4a7338f9-80e6-4150-b563-36f58689e817", "passiveOrderRemaining": 923, "sequence": 87, "timestamp": 1641524097.2276297}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "4a7338f9-80e6-4150-b563-36f58689e817", "passiveOrderRemaining": 913, "sequence": 88, "timestamp": 1641524107.25483}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 913, "buyer": "swouters", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "4a7338f9-80e6-4150-b563-36f58689e817", "passiveOrderRemaining": 0, "sequence": 89, "timestamp": 1641524111.4799914}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "swouters", "seller": "klee", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "68fcbbbe-d1e9-48c8-9e39-6fd833ef679f", "passiveOrderRemaining": 0, "sequence": 90, "timestamp": 1641524111.4800024}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 15, "buyer": "swouters", "seller": "klee", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "0c3f857b-c71f-48f7-b0fc-120017af8e4a", "passiveOrderRemaining": 0, "sequence": 91, "timestamp": 1641524111.480009}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "bd10b6df-a7de-4e68-80dc-5e43f723d32f", "side": "BUY", "price": 24.5, "filled": 938, "resting": 62, "owner": "swouters", "sequence": 92, "timestamp": 1641524111.4800184}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "d02b4134-9f4b-4c5b-990e-68c27fb4bd8e", "side": "BUY", "price": 24.5, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 93, "timestamp": 1641524111.5037596}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 62, "buyer": "swouters", "seller": "dgray", "tradeType": "SELL_AGGRESSOR", "passiveOrder": "bd10b6df-a7de-4e68-80dc-5e43f723d32f", "passiveOrderRemaining": 0, "sequence": 94, "timestamp": 1641524111.698668}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "aesteban", "seller": "dgray", "tradeType": "SELL_AGGRESSOR", "passiveOrder": "d02b4134-9f4b-4c5b-990e-68c27fb4bd8e", "passiveOrderRemaining": 0, "sequence": 95, "timestamp": 1641524111.6986787}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "1fee35ca-f1df-4a29-9ff0-4d120aacc3d9", "side": "SELL", "price": 24.5, "filled": 72, "resting": 928, "owner": "dgray", "sequence": 96, "timestamp": 1641524111.698722}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "1fee35ca-f1df-4a29-9ff0-4d120aacc3d9", "passiveOrderRemaining": 918, "sequence": 97, "timestamp": 1641524111.721332}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 918, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "1fee35ca-f1df-4a29-9ff0-4d120aacc3d9", "passiveOrderRemaining": 0, "sequence": 98, "timestamp": 1641524111.7498453}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "d34076ae-5770-4b03-a1ad-7594ecbcab9e", "side": "BUY", "price": 24.5, "filled": 918, "resting": 10, "owner": "aesteban", "sequence": 99, "timestamp": 1641524111.7498593}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "aesteban", "seller": "dgray", "tradeType": "SELL_AGGRESSOR", "passiveOrder": "d34076ae-5770-4b03-a1ad-7594ecbcab9e", "passiveOrderRemaining": 0, "sequence": 100, "timestamp": 1641524111.9168377}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "f50a0534-a81c-44c4-9363-24366a6c352b", "side": "SELL", "price": 24.5, "filled": 10, "resting": 990, "owner": "dgray", "sequence": 101, "timestamp": 1641524111.9168477}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "f50a0534-a81c-44c4-9363-24366a6c352b", "passiveOrderRemaining": 980, "sequence": 102, "timestamp": 1641524111.9490037}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 980, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "f50a0534-a81c-44c4-9363-24366a6c352b", "passiveOrderRemaining": 0, "sequence": 103, "timestamp": 1641524111.9535823}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "fd9db8e6-79c4-450e-b35c-5c5b4e8c28db", "side": "BUY", "price": 24.5, "filled": 980, "resting": 10, "owner": "aesteban", "sequence": 104, "timestamp": 1641524111.9536002}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "199f152f-209f-457b-9403-8e20a024ab74", "side": "BUY", "price": 24.5, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 105, "timestamp": 1641524111.9785569}, {"type": "DELETED", "product": "F_SOH_APP0107T1410", "id": "350c8bf2-76e1-4a86-815a-baca95e6699b", "side": "SELL", "sequence": 106, "timestamp": 1641524112.005757}, {"type": "DELETED", "product": "F_SOH_APP0107T1410", "id": "3db67dd7-4501-4dd1-aa68-065f71e5fad8", "side": "SELL", "sequence": 107, "timestamp": 1641524112.0277448}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "aesteban", "seller": "dgray", "tradeType": "SELL_AGGRESSOR", "passiveOrder": "fd9db8e6-79c4-450e-b35c-5c5b4e8c28db", "passiveOrderRemaining": 0, "sequence": 108, "timestamp": 1641524112.0590389}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 10, "buyer": "aesteban", "seller": "dgray", "tradeType": "SELL_AGGRESSOR", "passiveOrder": "199f152f-209f-457b-9403-8e20a024ab74", "passiveOrderRemaining": 0, "sequence": 109, "timestamp": 1641524112.0590527}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "96362627-3a90-4450-bfce-be9be5a6e76f", "side": "SELL", "price": 24.5, "filled": 20, "resting": 980, "owner": "dgray", "sequence": 110, "timestamp": 1641524112.0590677}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 980, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "96362627-3a90-4450-bfce-be9be5a6e76f", "passiveOrderRemaining": 0, "sequence": 111, "timestamp": 1641524112.102126}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "b3ac699a-6155-4441-adb6-6bb74ded4e5a", "side": "BUY", "price": 24.4, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 112, "timestamp": 1641524112.1552856}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "b6ca040b-d97c-4f23-ab50-050a2a84908d", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 113, "timestamp": 1641524112.248834}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "b6ca040b-d97c-4f23-ab50-050a2a84908d", "passiveOrderRemaining": 0, "sequence": 114, "timestamp": 1641524112.274298}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "cd48adb7-251c-4856-a33c-ab9a34b86289", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 115, "timestamp": 1641524112.3678489}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "cd48adb7-251c-4856-a33c-ab9a34b86289", "passiveOrderRemaining": 0, "sequence": 116, "timestamp": 1641524112.4021}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "31c9d241-25b8-49fd-9fc5-62720c8351d7", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 117, "timestamp": 1641524112.54942}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "31c9d241-25b8-49fd-9fc5-62720c8351d7", "passiveOrderRemaining": 0, "sequence": 118, "timestamp": 1641524112.5702648}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "f56114c7-2546-4db7-a397-5823beb66fab", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 119, "timestamp": 1641524112.6986327}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "f56114c7-2546-4db7-a397-5823beb66fab", "passiveOrderRemaining": 0, "sequence": 120, "timestamp": 1641524112.7240736}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "3c0ccbe8-d37e-4182-aaa1-f389a47b5001", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 121, "timestamp": 1641524112.8491495}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "3c0ccbe8-d37e-4182-aaa1-f389a47b5001", "passiveOrderRemaining": 0, "sequence": 122, "timestamp": 1641524112.87047}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "4d0326b7-a960-4488-8e58-2f374398e6b7", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 123, "timestamp": 1641524112.999309}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "4d0326b7-a960-4488-8e58-2f374398e6b7", "passiveOrderRemaining": 0, "sequence": 124, "timestamp": 1641524113.025475}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "a80f6ff5-0b7d-48cc-a3b9-309207b9c606", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 125, "timestamp": 1641524113.1642094}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "a80f6ff5-0b7d-48cc-a3b9-309207b9c606", "passiveOrderRemaining": 0, "sequence": 126, "timestamp": 1641524113.2052405}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "126511a4-da83-4d47-b3b8-c4463766373f", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 127, "timestamp": 1641524113.3494973}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "126511a4-da83-4d47-b3b8-c4463766373f", "passiveOrderRemaining": 0, "sequence": 128, "timestamp": 1641524113.371543}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "314c7cdd-653d-4920-9c56-6f17ef1fbd7d", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 129, "timestamp": 1641524113.549283}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "314c7cdd-653d-4920-9c56-6f17ef1fbd7d", "passiveOrderRemaining": 0, "sequence": 130, "timestamp": 1641524113.5745811}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "198a2ce8-1c4e-4d7f-a6d3-32e8a848e32d", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 131, "timestamp": 1641524113.6995983}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "198a2ce8-1c4e-4d7f-a6d3-32e8a848e32d", "passiveOrderRemaining": 0, "sequence": 132, "timestamp": 1641524113.7307985}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "3a44dc02-b1fc-4d07-9cd4-3a268a335a5d", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 133, "timestamp": 1641524113.863301}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "3a44dc02-b1fc-4d07-9cd4-3a268a335a5d", "passiveOrderRemaining": 0, "sequence": 134, "timestamp": 1641524113.902906}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "a3de8b3b-5179-4101-9894-d6d923546f7e", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 135, "timestamp": 1641524114.0512607}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "a3de8b3b-5179-4101-9894-d6d923546f7e", "passiveOrderRemaining": 0, "sequence": 136, "timestamp": 1641524114.0777469}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ee2c40ef-d073-417d-99bd-0abc09a5d27e", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 137, "timestamp": 1641524114.1990886}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "ee2c40ef-d073-417d-99bd-0abc09a5d27e", "passiveOrderRemaining": 0, "sequence": 138, "timestamp": 1641524114.2237146}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "c72cf078-3284-4c49-a973-960f98ff823f", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 139, "timestamp": 1641524114.3489618}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "c72cf078-3284-4c49-a973-960f98ff823f", "passiveOrderRemaining": 0, "sequence": 140, "timestamp": 1641524114.3741653}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "7d2efa03-6ecb-45cf-be60-e3bc036e707a", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 141, "timestamp": 1641524114.5153122}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "7d2efa03-6ecb-45cf-be60-e3bc036e707a", "passiveOrderRemaining": 0, "sequence": 142, "timestamp": 1641524114.5514343}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "eb7466f5-bf24-4f80-b290-65a276b1132d", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 143, "timestamp": 1641524114.7012248}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "eb7466f5-bf24-4f80-b290-65a276b1132d", "passiveOrderRemaining": 0, "sequence": 144, "timestamp": 1641524114.7265134}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "8eb46987-7a9f-467b-92fc-0c22d3129bec", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 145, "timestamp": 1641524114.8551567}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "8eb46987-7a9f-467b-92fc-0c22d3129bec", "passiveOrderRemaining": 0, "sequence": 146, "timestamp": 1641524114.8789325}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "b638cda3-f173-494b-98ea-5e33f8e1582f", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 147, "timestamp": 1641524115.0003383}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "b638cda3-f173-494b-98ea-5e33f8e1582f", "passiveOrderRemaining": 0, "sequence": 148, "timestamp": 1641524115.032467}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "2dc0c9ee-cb89-4990-82f1-88a66566e14d", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 149, "timestamp": 1641524115.1991422}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "2dc0c9ee-cb89-4990-82f1-88a66566e14d", "passiveOrderRemaining": 0, "sequence": 150, "timestamp": 1641524115.2278943}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "5cb1ba0a-c102-4247-98aa-5fb487770384", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 151, "timestamp": 1641524115.4568436}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "5cb1ba0a-c102-4247-98aa-5fb487770384", "passiveOrderRemaining": 0, "sequence": 152, "timestamp": 1641524115.4944909}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "4010471b-0ef3-4876-97bb-761d08babcbc", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 153, "timestamp": 1641524115.75706}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "4010471b-0ef3-4876-97bb-761d08babcbc", "passiveOrderRemaining": 0, "sequence": 154, "timestamp": 1641524115.8058603}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "e906ae05-8ca2-49bf-a6b6-95d3049ace41", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 155, "timestamp": 1641524115.9486208}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "e906ae05-8ca2-49bf-a6b6-95d3049ace41", "passiveOrderRemaining": 0, "sequence": 156, "timestamp": 1641524115.9766638}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "41dc41d6-7349-4dbc-92c1-7891973c4d2d", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 157, "timestamp": 1641524116.1042776}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "41dc41d6-7349-4dbc-92c1-7891973c4d2d", "passiveOrderRemaining": 0, "sequence": 158, "timestamp": 1641524116.1285396}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "7941464c-7d7d-4592-bb41-5b2c1c87e1f7", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 159, "timestamp": 1641524116.2513075}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "7941464c-7d7d-4592-bb41-5b2c1c87e1f7", "passiveOrderRemaining": 0, "sequence": 160, "timestamp": 1641524116.274323}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "f73a7adf-e3b1-49e9-9f0a-7d1b95446fcd", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 161, "timestamp": 1641524116.4010103}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "f73a7adf-e3b1-49e9-9f0a-7d1b95446fcd", "passiveOrderRemaining": 0, "sequence": 162, "timestamp": 1641524116.4284432}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "e02cd1c5-2a30-4e43-b4be-1731d2b5fad4", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 163, "timestamp": 1641524116.5492766}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "e02cd1c5-2a30-4e43-b4be-1731d2b5fad4", "passiveOrderRemaining": 0, "sequence": 164, "timestamp": 1641524116.5744019}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "f7a24785-e5de-4a16-8d16-a82d95f454a6", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 165, "timestamp": 1641524116.6999073}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "f7a24785-e5de-4a16-8d16-a82d95f454a6", "passiveOrderRemaining": 0, "sequence": 166, "timestamp": 1641524116.7278974}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "e905dd05-0015-405a-8be0-46fbf7e1a70a", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 167, "timestamp": 1641524116.8495579}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "e905dd05-0015-405a-8be0-46fbf7e1a70a", "passiveOrderRemaining": 0, "sequence": 168, "timestamp": 1641524116.8777115}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "695cbb8e-cdff-46c3-93d7-43106acab12b", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 169, "timestamp": 1641524116.9989893}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "695cbb8e-cdff-46c3-93d7-43106acab12b", "passiveOrderRemaining": 0, "sequence": 170, "timestamp": 1641524117.0240371}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "7c96418f-e554-451b-ab0a-8a947ce1c881", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 171, "timestamp": 1641524117.150995}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "7c96418f-e554-451b-ab0a-8a947ce1c881", "passiveOrderRemaining": 0, "sequence": 172, "timestamp": 1641524117.1748421}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "17876e19-003b-46f1-a824-27ea42294cc1", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 173, "timestamp": 1641524117.3070006}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "17876e19-003b-46f1-a824-27ea42294cc1", "passiveOrderRemaining": 0, "sequence": 174, "timestamp": 1641524117.3485327}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "3af53552-ec43-42ff-86a3-869df15a523a", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 175, "timestamp": 1641524117.4490585}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "3af53552-ec43-42ff-86a3-869df15a523a", "passiveOrderRemaining": 0, "sequence": 176, "timestamp": 1641524117.4708142}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "885040d9-65a5-486f-8c97-6dd80edf28c0", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 177, "timestamp": 1641524117.6049957}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "885040d9-65a5-486f-8c97-6dd80edf28c0", "passiveOrderRemaining": 0, "sequence": 178, "timestamp": 1641524117.628583}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "097e1fc1-4731-4c30-9f62-7be13be74839", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 179, "timestamp": 1641524117.7672246}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "097e1fc1-4731-4c30-9f62-7be13be74839", "passiveOrderRemaining": 0, "sequence": 180, "timestamp": 1641524117.8002536}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "7395c940-08d3-48b0-afdd-73c5c4ba59f1", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 181, "timestamp": 1641524117.967496}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "7395c940-08d3-48b0-afdd-73c5c4ba59f1", "passiveOrderRemaining": 0, "sequence": 182, "timestamp": 1641524117.9959555}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "b550ffd4-6abf-4900-91f1-2710ba900313", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 183, "timestamp": 1641524118.156515}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "b550ffd4-6abf-4900-91f1-2710ba900313", "passiveOrderRemaining": 0, "sequence": 184, "timestamp": 1641524118.2003949}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "a2636f7b-6a43-4d12-8ef2-0d7279ca38f1", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 185, "timestamp": 1641524118.3551774}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "a2636f7b-6a43-4d12-8ef2-0d7279ca38f1", "passiveOrderRemaining": 0, "sequence": 186, "timestamp": 1641524118.3783407}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "8cbcccba-fb91-410a-9be8-d4f38f05b309", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 187, "timestamp": 1641524118.513198}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "8cbcccba-fb91-410a-9be8-d4f38f05b309", "passiveOrderRemaining": 0, "sequence": 188, "timestamp": 1641524118.5539584}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "8a8ce271-66af-4c4a-b789-10094e44df1f", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 189, "timestamp": 1641524118.6987433}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "8a8ce271-66af-4c4a-b789-10094e44df1f", "passiveOrderRemaining": 0, "sequence": 190, "timestamp": 1641524118.722839}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "d42b6e20-80aa-4308-a8ad-d413473ebcff", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 191, "timestamp": 1641524118.870355}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "d42b6e20-80aa-4308-a8ad-d413473ebcff", "passiveOrderRemaining": 0, "sequence": 192, "timestamp": 1641524118.9029043}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "a2e685e8-81aa-410d-ad02-e7193c064539", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 193, "timestamp": 1641524119.0501783}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "a2e685e8-81aa-410d-ad02-e7193c064539", "passiveOrderRemaining": 0, "sequence": 194, "timestamp": 1641524119.0743027}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ea3bfb5c-ec0f-4f9e-a1a4-22af989407c6", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 195, "timestamp": 1641524119.2001843}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "ea3bfb5c-ec0f-4f9e-a1a4-22af989407c6", "passiveOrderRemaining": 0, "sequence": 196, "timestamp": 1641524119.2204304}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "18e22ff4-e168-4241-9bd7-0b9a9b417f8e", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 197, "timestamp": 1641524119.3499324}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "18e22ff4-e168-4241-9bd7-0b9a9b417f8e", "passiveOrderRemaining": 0, "sequence": 198, "timestamp": 1641524119.4036245}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "40025b27-a8be-4cb8-8c48-1be6e16694cf", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 199, "timestamp": 1641524119.5489848}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "40025b27-a8be-4cb8-8c48-1be6e16694cf", "passiveOrderRemaining": 0, "sequence": 200, "timestamp": 1641524119.5760002}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "472848bb-7ed0-44fa-8cc0-301442d86553", "side": "SELL", "price": 69.0, "filled": 0, "resting": 10, "owner": "jspringe", "sequence": 201, "timestamp": 1641524119.5813687}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "cb413656-bd10-4533-ae94-d27d23d6d93f", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 202, "timestamp": 1641524119.6995203}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "cb413656-bd10-4533-ae94-d27d23d6d93f", "passiveOrderRemaining": 0, "sequence": 203, "timestamp": 1641524119.723183}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "49f2238d-24ad-4b76-acce-50512a2c355f", "side": "BUY", "price": 24.5, "filled": 0, "resting": 1000, "owner": "swouters", "sequence": 204, "timestamp": 1641524119.8200445}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "swouters", "seller": "dgray", "tradeType": "SELL_AGGRESSOR", "passiveOrder": "49f2238d-24ad-4b76-acce-50512a2c355f", "passiveOrderRemaining": 0, "sequence": 205, "timestamp": 1641524119.8522313}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "fa7e348a-3135-4b93-b5a4-7d13058c1dd6", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 206, "timestamp": 1641524119.9986656}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "fa7e348a-3135-4b93-b5a4-7d13058c1dd6", "passiveOrderRemaining": 0, "sequence": 207, "timestamp": 1641524120.0255187}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "dc098e3c-a743-49d2-bb79-83a949a61fe3", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 208, "timestamp": 1641524120.1503065}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "dc098e3c-a743-49d2-bb79-83a949a61fe3", "passiveOrderRemaining": 0, "sequence": 209, "timestamp": 1641524120.2052538}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "84c98d3c-9ce3-4d75-9174-32503dca865b", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 210, "timestamp": 1641524120.350404}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "84c98d3c-9ce3-4d75-9174-32503dca865b", "passiveOrderRemaining": 0, "sequence": 211, "timestamp": 1641524120.375021}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "c6f926ee-6c8b-4177-98b4-b047ac5c7799", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 212, "timestamp": 1641524120.5019522}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "c6f926ee-6c8b-4177-98b4-b047ac5c7799", "passiveOrderRemaining": 0, "sequence": 213, "timestamp": 1641524120.5287287}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "f67e73ce-db56-4391-8468-5170e549a270", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 214, "timestamp": 1641524120.66433}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "f67e73ce-db56-4391-8468-5170e549a270", "passiveOrderRemaining": 0, "sequence": 215, "timestamp": 1641524120.7041452}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "6e0f2cbd-38b6-4b51-8253-8959f7e99e0c", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 216, "timestamp": 1641524120.860481}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "6e0f2cbd-38b6-4b51-8253-8959f7e99e0c", "passiveOrderRemaining": 0, "sequence": 217, "timestamp": 1641524120.895168}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "6f956bcc-fccb-4cd4-b6c1-241c8f3a6000", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 218, "timestamp": 1641524121.049101}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "6f956bcc-fccb-4cd4-b6c1-241c8f3a6000", "passiveOrderRemaining": 0, "sequence": 219, "timestamp": 1641524121.1110902}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "c3b7a818-a1e8-4ed8-a2e5-a4e236124d27", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 220, "timestamp": 1641524121.2503233}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "c3b7a818-a1e8-4ed8-a2e5-a4e236124d27", "passiveOrderRemaining": 0, "sequence": 221, "timestamp": 1641524121.2736192}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "82d4f5f7-0a5b-44c4-b5aa-ce5e5fd5fb1b", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 222, "timestamp": 1641524121.4780293}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "82d4f5f7-0a5b-44c4-b5aa-ce5e5fd5fb1b", "passiveOrderRemaining": 0, "sequence": 223, "timestamp": 1641524121.5004604}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "3c1b3260-242e-4315-b95a-6718299efaf9", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 224, "timestamp": 1641524121.63016}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "3c1b3260-242e-4315-b95a-6718299efaf9", "passiveOrderRemaining": 0, "sequence": 225, "timestamp": 1641524121.6541126}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "b7edce20-42cb-4bf5-8ac4-503f9054c5ca", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 226, "timestamp": 1641524121.7994611}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "b7edce20-42cb-4bf5-8ac4-503f9054c5ca", "passiveOrderRemaining": 0, "sequence": 227, "timestamp": 1641524121.8242733}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "1ae6874a-19b0-4da4-b70b-8c5b2eed9579", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 228, "timestamp": 1641524121.9510686}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "1ae6874a-19b0-4da4-b70b-8c5b2eed9579", "passiveOrderRemaining": 0, "sequence": 229, "timestamp": 1641524121.9742837}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "51c77581-044d-4edb-8c64-9d229ccacc1c", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 230, "timestamp": 1641524122.1019404}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "51c77581-044d-4edb-8c64-9d229ccacc1c", "passiveOrderRemaining": 0, "sequence": 231, "timestamp": 1641524122.1252687}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "124118da-4e65-4077-a464-54e85f0b31ba", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 232, "timestamp": 1641524122.2490861}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "124118da-4e65-4077-a464-54e85f0b31ba", "passiveOrderRemaining": 0, "sequence": 233, "timestamp": 1641524122.2714262}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "3f32bf07-7694-4d14-8a74-71f2c65666bc", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 234, "timestamp": 1641524122.3995728}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "3f32bf07-7694-4d14-8a74-71f2c65666bc", "passiveOrderRemaining": 0, "sequence": 235, "timestamp": 1641524122.4233072}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "94cdb264-c897-44af-93fe-b505df520e97", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 236, "timestamp": 1641524122.5541804}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "94cdb264-c897-44af-93fe-b505df520e97", "passiveOrderRemaining": 0, "sequence": 237, "timestamp": 1641524122.577109}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "9cdb210b-8654-4ed5-addd-ec91fe0686cb", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 238, "timestamp": 1641524122.702662}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "9cdb210b-8654-4ed5-addd-ec91fe0686cb", "passiveOrderRemaining": 0, "sequence": 239, "timestamp": 1641524122.7516787}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "61c9119f-98d2-4e7c-a33b-5efb442d3907", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 240, "timestamp": 1641524122.8993385}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "61c9119f-98d2-4e7c-a33b-5efb442d3907", "passiveOrderRemaining": 0, "sequence": 241, "timestamp": 1641524122.926365}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "92fa932f-ff2c-4bd6-bc43-00d84950101d", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 242, "timestamp": 1641524123.0297024}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "92fa932f-ff2c-4bd6-bc43-00d84950101d", "passiveOrderRemaining": 0, "sequence": 243, "timestamp": 1641524123.054874}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "69764e19-236d-4b0d-993f-9b5679740c20", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 244, "timestamp": 1641524123.201152}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "69764e19-236d-4b0d-993f-9b5679740c20", "passiveOrderRemaining": 0, "sequence": 245, "timestamp": 1641524123.229425}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.6, "volume": 1000, "buyer": "swouters", "seller": "klee", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "5cbb3706-a7ca-4aa2-8fca-bb0641f3568c", "passiveOrderRemaining": 0, "sequence": 246, "timestamp": 1641524123.3557303}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "08bb07e0-c3f6-4701-9bbb-916348189290", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 247, "timestamp": 1641524123.3630857}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "08bb07e0-c3f6-4701-9bbb-916348189290", "passiveOrderRemaining": 0, "sequence": 248, "timestamp": 1641524123.396817}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "d43a9e41-e1ac-4c70-9e97-b1f5564a93ac", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 249, "timestamp": 1641524123.5498164}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "d43a9e41-e1ac-4c70-9e97-b1f5564a93ac", "passiveOrderRemaining": 0, "sequence": 250, "timestamp": 1641524123.5743334}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "e2fba2d3-7053-4513-bab5-4a5ab35652fe", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 251, "timestamp": 1641524123.6649024}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "e2fba2d3-7053-4513-bab5-4a5ab35652fe", "passiveOrderRemaining": 0, "sequence": 252, "timestamp": 1641524123.7005565}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "de7e2506-a519-4289-858a-54b4e2d8320a", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 253, "timestamp": 1641524123.83186}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "de7e2506-a519-4289-858a-54b4e2d8320a", "passiveOrderRemaining": 0, "sequence": 254, "timestamp": 1641524123.8581905}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "650f8a70-ba67-410e-9cee-240104b6e11b", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 255, "timestamp": 1641524123.999505}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "650f8a70-ba67-410e-9cee-240104b6e11b", "passiveOrderRemaining": 0, "sequence": 256, "timestamp": 1641524124.0243394}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "5559dcde-b025-4af1-a2bf-e723a02f9207", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 257, "timestamp": 1641524124.1586373}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "5559dcde-b025-4af1-a2bf-e723a02f9207", "passiveOrderRemaining": 0, "sequence": 258, "timestamp": 1641524124.207727}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "b3a40f4c-3429-4b92-b74a-a5899c0f986a", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 259, "timestamp": 1641524124.3498652}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "b3a40f4c-3429-4b92-b74a-a5899c0f986a", "passiveOrderRemaining": 0, "sequence": 260, "timestamp": 1641524124.373528}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "f10ec297-2f21-4081-b16e-2b866ff9c5c3", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 261, "timestamp": 1641524124.499552}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "f10ec297-2f21-4081-b16e-2b866ff9c5c3", "passiveOrderRemaining": 0, "sequence": 262, "timestamp": 1641524124.5278451}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "b67b3c98-413c-4a20-b2d6-b3e08dcc3d3d", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 263, "timestamp": 1641524124.7001288}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "61b34e6e-2fea-4618-9aee-f622bed8f5c9", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 264, "timestamp": 1641524124.8498037}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "b67b3c98-413c-4a20-b2d6-b3e08dcc3d3d", "passiveOrderRemaining": 0, "sequence": 265, "timestamp": 1641524124.8756099}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "swouters", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "61b34e6e-2fea-4618-9aee-f622bed8f5c9", "passiveOrderRemaining": 0, "sequence": 266, "timestamp": 1641524127.5729415}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "93f40bb8-f468-4d83-b2f5-f1d1a7ff1afa", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 267, "timestamp": 1641524127.751425}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "93f40bb8-f468-4d83-b2f5-f1d1a7ff1afa", "passiveOrderRemaining": 0, "sequence": 268, "timestamp": 1641524127.7776875}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "172f3e22-0aef-4663-b3d6-63ca00ca6a4b", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 269, "timestamp": 1641524127.8997386}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "172f3e22-0aef-4663-b3d6-63ca00ca6a4b", "passiveOrderRemaining": 0, "sequence": 270, "timestamp": 1641524127.9257529}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "e6704b9b-afa2-4db0-adad-8b27b5d1c6ee", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 271, "timestamp": 1641524128.0221076}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "e6704b9b-afa2-4db0-adad-8b27b5d1c6ee", "passiveOrderRemaining": 0, "sequence": 272, "timestamp": 1641524128.0524008}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "2e69b4ac-cc9b-4b0e-bf78-c02c4fee9c14", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 273, "timestamp": 1641524128.200307}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "2e69b4ac-cc9b-4b0e-bf78-c02c4fee9c14", "passiveOrderRemaining": 0, "sequence": 274, "timestamp": 1641524128.227925}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "f3b20f0b-d21d-4043-916b-bb6f022bc4eb", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 275, "timestamp": 1641524128.3516111}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "f3b20f0b-d21d-4043-916b-bb6f022bc4eb", "passiveOrderRemaining": 0, "sequence": 276, "timestamp": 1641524128.3737621}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "27d4db8e-7384-4657-bc9b-4b0e9566635e", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 277, "timestamp": 1641524128.5003617}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "27d4db8e-7384-4657-bc9b-4b0e9566635e", "passiveOrderRemaining": 0, "sequence": 278, "timestamp": 1641524128.521849}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "6152c048-2664-472b-884a-dabb36ac69b8", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 279, "timestamp": 1641524128.6998854}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "6152c048-2664-472b-884a-dabb36ac69b8", "passiveOrderRemaining": 0, "sequence": 280, "timestamp": 1641524128.7236962}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "53ebe6fb-b45c-45a1-aae4-5884a9a519b5", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 281, "timestamp": 1641524128.8492863}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "53ebe6fb-b45c-45a1-aae4-5884a9a519b5", "passiveOrderRemaining": 0, "sequence": 282, "timestamp": 1641524128.8781772}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "15f951c8-e199-47ae-95ba-20d606a0d3c2", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 283, "timestamp": 1641524128.9992566}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "15f951c8-e199-47ae-95ba-20d606a0d3c2", "passiveOrderRemaining": 0, "sequence": 284, "timestamp": 1641524129.0208156}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "b0770b73-97df-4e2e-b8e6-00657890c891", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 285, "timestamp": 1641524129.1491556}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "b0770b73-97df-4e2e-b8e6-00657890c891", "passiveOrderRemaining": 0, "sequence": 286, "timestamp": 1641524129.169251}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "9e183caf-303f-4540-85af-9da4d3163ef5", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 287, "timestamp": 1641524129.3135524}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "9e183caf-303f-4540-85af-9da4d3163ef5", "passiveOrderRemaining": 0, "sequence": 288, "timestamp": 1641524129.3507648}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "cc7a9839-4b9a-4ea2-911c-54996c9cfe3c", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 289, "timestamp": 1641524129.5039713}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "cc7a9839-4b9a-4ea2-911c-54996c9cfe3c", "passiveOrderRemaining": 0, "sequence": 290, "timestamp": 1641524129.5307486}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "e3e21465-2e1e-4b6c-b758-427f65a5aebf", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 291, "timestamp": 1641524129.7335546}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "e3e21465-2e1e-4b6c-b758-427f65a5aebf", "passiveOrderRemaining": 0, "sequence": 292, "timestamp": 1641524129.7585275}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "6d547ed1-f93b-45ef-a07a-e64b54441b64", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 293, "timestamp": 1641524129.9101067}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "6d547ed1-f93b-45ef-a07a-e64b54441b64", "passiveOrderRemaining": 0, "sequence": 294, "timestamp": 1641524129.9478526}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "20836d90-6dc1-4dcd-ba6e-a3b2d09d12ae", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 295, "timestamp": 1641524130.1016254}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "20836d90-6dc1-4dcd-ba6e-a3b2d09d12ae", "passiveOrderRemaining": 0, "sequence": 296, "timestamp": 1641524130.1494381}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "181a0553-c27d-4219-89f6-411be8c00680", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 297, "timestamp": 1641524130.3069098}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "181a0553-c27d-4219-89f6-411be8c00680", "passiveOrderRemaining": 0, "sequence": 298, "timestamp": 1641524130.3466465}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "e2f81c71-63a6-44cc-83bb-e70627f752b4", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 299, "timestamp": 1641524130.5041971}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "e2f81c71-63a6-44cc-83bb-e70627f752b4", "passiveOrderRemaining": 0, "sequence": 300, "timestamp": 1641524130.5310516}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "2b853885-8d07-44a6-81b2-7a9913f603a9", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 301, "timestamp": 1641524130.6687565}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "2b853885-8d07-44a6-81b2-7a9913f603a9", "passiveOrderRemaining": 0, "sequence": 302, "timestamp": 1641524130.7056887}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "7d0754f4-0491-44e2-bc94-aa9117375857", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 303, "timestamp": 1641524130.8499215}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "7d0754f4-0491-44e2-bc94-aa9117375857", "passiveOrderRemaining": 0, "sequence": 304, "timestamp": 1641524130.875396}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "9ee66133-d1fe-4c9b-b97a-4443c6ed58cd", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 305, "timestamp": 1641524130.999251}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "9ee66133-d1fe-4c9b-b97a-4443c6ed58cd", "passiveOrderRemaining": 0, "sequence": 306, "timestamp": 1641524131.029379}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "6f4a0898-594e-4405-b1f2-e5d2d4f14dd1", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 307, "timestamp": 1641524131.1160972}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "6f4a0898-594e-4405-b1f2-e5d2d4f14dd1", "passiveOrderRemaining": 0, "sequence": 308, "timestamp": 1641524131.1474197}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "b1c67575-fc77-445d-80b0-df5e8e07d6bf", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 309, "timestamp": 1641524131.3038723}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "b1c67575-fc77-445d-80b0-df5e8e07d6bf", "passiveOrderRemaining": 0, "sequence": 310, "timestamp": 1641524131.3247595}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "08943c1f-15ed-4903-9691-50457fe618b2", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 311, "timestamp": 1641524131.4640012}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "08943c1f-15ed-4903-9691-50457fe618b2", "passiveOrderRemaining": 0, "sequence": 312, "timestamp": 1641524131.498294}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "86baa482-efb7-4309-9e54-b073fe7df3be", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 313, "timestamp": 1641524131.6493855}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "86baa482-efb7-4309-9e54-b073fe7df3be", "passiveOrderRemaining": 0, "sequence": 314, "timestamp": 1641524131.673855}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "6c2e7928-7818-49b6-9872-9512d0786ce4", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 315, "timestamp": 1641524131.8183892}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "6c2e7928-7818-49b6-9872-9512d0786ce4", "passiveOrderRemaining": 0, "sequence": 316, "timestamp": 1641524131.8589635}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "3a5a4f18-fdf0-439f-90fd-ed28a51ccea7", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 317, "timestamp": 1641524131.9498038}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "3a5a4f18-fdf0-439f-90fd-ed28a51ccea7", "passiveOrderRemaining": 0, "sequence": 318, "timestamp": 1641524131.9708838}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "5f310eac-3290-40cb-b5c6-9fb5c5f4b40d", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 319, "timestamp": 1641524132.1304753}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "5f310eac-3290-40cb-b5c6-9fb5c5f4b40d", "passiveOrderRemaining": 0, "sequence": 320, "timestamp": 1641524132.1573246}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "d617f2a1-ca16-4593-bd1f-7a46ae4b2365", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 321, "timestamp": 1641524132.3001256}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "d617f2a1-ca16-4593-bd1f-7a46ae4b2365", "passiveOrderRemaining": 0, "sequence": 322, "timestamp": 1641524132.325488}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "668c81af-e247-4a85-bf90-7dc0785ddcf5", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 323, "timestamp": 1641524132.582866}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "668c81af-e247-4a85-bf90-7dc0785ddcf5", "passiveOrderRemaining": 0, "sequence": 324, "timestamp": 1641524132.6168785}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "e95d968c-0a21-4494-bce7-1ec67b3cb6a2", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 325, "timestamp": 1641524132.824063}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "e95d968c-0a21-4494-bce7-1ec67b3cb6a2", "passiveOrderRemaining": 0, "sequence": 326, "timestamp": 1641524132.849437}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "0a098313-37b6-423d-973e-15148bd06dca", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 327, "timestamp": 1641524133.0004737}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "0a098313-37b6-423d-973e-15148bd06dca", "passiveOrderRemaining": 0, "sequence": 328, "timestamp": 1641524133.025526}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "8aa4f486-9370-4ffb-a87e-16335ad9e234", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 329, "timestamp": 1641524133.1650422}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "8aa4f486-9370-4ffb-a87e-16335ad9e234", "passiveOrderRemaining": 0, "sequence": 330, "timestamp": 1641524133.20106}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "512bccf1-6db9-4787-a4eb-9da096678cd6", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 331, "timestamp": 1641524133.349883}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "512bccf1-6db9-4787-a4eb-9da096678cd6", "passiveOrderRemaining": 0, "sequence": 332, "timestamp": 1641524133.385712}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "32ec3aa7-131e-464f-a63b-011a2af7cb92", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 333, "timestamp": 1641524133.5143828}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "32ec3aa7-131e-464f-a63b-011a2af7cb92", "passiveOrderRemaining": 0, "sequence": 334, "timestamp": 1641524133.5565903}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ec50e15a-9879-46b5-9172-ae124bf72530", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 335, "timestamp": 1641524133.7195573}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "ec50e15a-9879-46b5-9172-ae124bf72530", "passiveOrderRemaining": 0, "sequence": 336, "timestamp": 1641524133.751134}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "54891c64-19d9-4788-9727-c21bba58d870", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 337, "timestamp": 1641524133.8801773}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "swouters", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "54891c64-19d9-4788-9727-c21bba58d870", "passiveOrderRemaining": 0, "sequence": 338, "timestamp": 1641524133.8948796}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "89b2dc72-fc97-46c4-a432-3ea52cf991e6", "side": "BUY", "price": 24.5, "filled": 0, "resting": 1000, "owner": "aesteban", "sequence": 339, "timestamp": 1641524133.9113944}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "SELL_AGGRESSOR", "passiveOrder": "89b2dc72-fc97-46c4-a432-3ea52cf991e6", "passiveOrderRemaining": 0, "sequence": 340, "timestamp": 1641524134.0304434}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "3cc8b43e-4af6-4f52-aa2c-c01d4bbf5574", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 341, "timestamp": 1641524134.1494365}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "3cc8b43e-4af6-4f52-aa2c-c01d4bbf5574", "passiveOrderRemaining": 0, "sequence": 342, "timestamp": 1641524134.1786437}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ad8e71fb-5601-41b9-88ae-87bd8b81b354", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 343, "timestamp": 1641524134.2993054}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "ad8e71fb-5601-41b9-88ae-87bd8b81b354", "passiveOrderRemaining": 0, "sequence": 344, "timestamp": 1641524134.3230014}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "f66ff47f-41b7-449c-992b-2806490c3a95", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 345, "timestamp": 1641524134.4496183}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "f66ff47f-41b7-449c-992b-2806490c3a95", "passiveOrderRemaining": 0, "sequence": 346, "timestamp": 1641524134.471166}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "29245809-5290-4b9b-9465-5937fd9af6da", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 347, "timestamp": 1641524134.6163888}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "29245809-5290-4b9b-9465-5937fd9af6da", "passiveOrderRemaining": 0, "sequence": 348, "timestamp": 1641524134.6516347}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "9ce01b66-cd7d-49e2-89a3-e06b3d1e6d4b", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 349, "timestamp": 1641524134.8017547}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "9ce01b66-cd7d-49e2-89a3-e06b3d1e6d4b", "passiveOrderRemaining": 0, "sequence": 350, "timestamp": 1641524134.8246706}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "c1862177-d4ee-40e1-8dc5-829a1aba1bd8", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 351, "timestamp": 1641524134.9509754}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "c1862177-d4ee-40e1-8dc5-829a1aba1bd8", "passiveOrderRemaining": 0, "sequence": 352, "timestamp": 1641524134.9744785}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "f9281bd5-feaf-4c4b-9d7b-9be48849081f", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 353, "timestamp": 1641524135.1010842}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "f9281bd5-feaf-4c4b-9d7b-9be48849081f", "passiveOrderRemaining": 0, "sequence": 354, "timestamp": 1641524135.1360223}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "766eb364-5e5c-4d6e-8615-f42b7549b215", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 355, "timestamp": 1641524135.2677388}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "766eb364-5e5c-4d6e-8615-f42b7549b215", "passiveOrderRemaining": 0, "sequence": 356, "timestamp": 1641524135.3010476}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "192938b6-041c-4827-b1d3-a69dac651709", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 357, "timestamp": 1641524135.4326675}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "192938b6-041c-4827-b1d3-a69dac651709", "passiveOrderRemaining": 0, "sequence": 358, "timestamp": 1641524135.4577477}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ea351623-c8bf-443b-abf2-0865fe9f2659", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 359, "timestamp": 1641524135.5497649}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "ea351623-c8bf-443b-abf2-0865fe9f2659", "passiveOrderRemaining": 0, "sequence": 360, "timestamp": 1641524135.574418}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "7c832985-161d-412a-b069-2699ca61c4ac", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 361, "timestamp": 1641524135.7038805}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "7c832985-161d-412a-b069-2699ca61c4ac", "passiveOrderRemaining": 0, "sequence": 362, "timestamp": 1641524135.7527518}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "40e1dea1-9878-4566-afee-aaacc5f40f31", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 363, "timestamp": 1641524135.9069016}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "40e1dea1-9878-4566-afee-aaacc5f40f31", "passiveOrderRemaining": 0, "sequence": 364, "timestamp": 1641524135.9468822}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "5586becf-283e-446c-b92e-79867ea8e5c0", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 365, "timestamp": 1641524136.1016521}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "5586becf-283e-446c-b92e-79867ea8e5c0", "passiveOrderRemaining": 0, "sequence": 366, "timestamp": 1641524136.1608531}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "96775b01-95e3-4e9a-9949-6a1fee6574e4", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 367, "timestamp": 1641524136.2991772}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "96775b01-95e3-4e9a-9949-6a1fee6574e4", "passiveOrderRemaining": 0, "sequence": 368, "timestamp": 1641524136.3198998}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "57e14b30-baca-4649-ae8e-cd4e7432df88", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 369, "timestamp": 1641524136.4498408}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "57e14b30-baca-4649-ae8e-cd4e7432df88", "passiveOrderRemaining": 0, "sequence": 370, "timestamp": 1641524136.4743927}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "74b589cd-20a1-4df9-b264-7714caae22b7", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 371, "timestamp": 1641524136.6148593}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "74b589cd-20a1-4df9-b264-7714caae22b7", "passiveOrderRemaining": 0, "sequence": 372, "timestamp": 1641524136.6552827}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "2544ff99-47f5-40ea-b478-5417b4921a95", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 373, "timestamp": 1641524136.782817}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "2544ff99-47f5-40ea-b478-5417b4921a95", "passiveOrderRemaining": 0, "sequence": 374, "timestamp": 1641524136.8070154}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "48c597a7-87b6-4238-9e80-acff254217ab", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 375, "timestamp": 1641524136.9517653}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "48c597a7-87b6-4238-9e80-acff254217ab", "passiveOrderRemaining": 0, "sequence": 376, "timestamp": 1641524136.9772534}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "53516fdb-b2e6-4f2a-a64a-70d0b089547c", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 377, "timestamp": 1641524137.0998952}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "53516fdb-b2e6-4f2a-a64a-70d0b089547c", "passiveOrderRemaining": 0, "sequence": 378, "timestamp": 1641524137.1200435}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "cd65dcba-6a4a-4dec-ad0d-eba3a1d00b72", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 379, "timestamp": 1641524137.251603}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "cd65dcba-6a4a-4dec-ad0d-eba3a1d00b72", "passiveOrderRemaining": 0, "sequence": 380, "timestamp": 1641524137.280993}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "8efb7b29-2cce-4520-9ab5-775a1fd32d10", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 381, "timestamp": 1641524137.3992918}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "8efb7b29-2cce-4520-9ab5-775a1fd32d10", "passiveOrderRemaining": 0, "sequence": 382, "timestamp": 1641524137.4234366}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "74eb4be7-cb96-4fe4-a62e-82db5a9fbf76", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 383, "timestamp": 1641524137.556889}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "74eb4be7-cb96-4fe4-a62e-82db5a9fbf76", "passiveOrderRemaining": 0, "sequence": 384, "timestamp": 1641524137.5987113}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "6d2d73b4-a245-4db2-a624-084ae0ef1955", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 385, "timestamp": 1641524137.7629406}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "6d2d73b4-a245-4db2-a624-084ae0ef1955", "passiveOrderRemaining": 0, "sequence": 386, "timestamp": 1641524137.8030062}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "20623135-2017-4309-8470-4b4ed34c7c3e", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 387, "timestamp": 1641524138.0248508}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "20623135-2017-4309-8470-4b4ed34c7c3e", "passiveOrderRemaining": 0, "sequence": 388, "timestamp": 1641524138.0468607}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "251e687f-deb5-4490-95d2-6d2968bef369", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 389, "timestamp": 1641524138.1509259}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "251e687f-deb5-4490-95d2-6d2968bef369", "passiveOrderRemaining": 0, "sequence": 390, "timestamp": 1641524138.1704156}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "c34d08d6-a328-4bb3-916a-e2f8a80b3dc9", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 391, "timestamp": 1641524138.3602555}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "c34d08d6-a328-4bb3-916a-e2f8a80b3dc9", "passiveOrderRemaining": 0, "sequence": 392, "timestamp": 1641524138.4002063}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "d432518b-099d-4ff2-8f67-4093ca4cafc0", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 393, "timestamp": 1641524138.5504603}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "d432518b-099d-4ff2-8f67-4093ca4cafc0", "passiveOrderRemaining": 0, "sequence": 394, "timestamp": 1641524138.5764067}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "21371818-ae57-4cde-af55-eec5dd332e0a", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 395, "timestamp": 1641524138.7155364}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "21371818-ae57-4cde-af55-eec5dd332e0a", "passiveOrderRemaining": 0, "sequence": 396, "timestamp": 1641524138.7484813}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "0e0bf7b5-dba6-415a-a3e3-7473d2dbd276", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 397, "timestamp": 1641524138.899332}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "0e0bf7b5-dba6-415a-a3e3-7473d2dbd276", "passiveOrderRemaining": 0, "sequence": 398, "timestamp": 1641524138.9243314}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "22b5068d-26d2-4dd8-8357-5f8d02a4a61a", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 399, "timestamp": 1641524139.0565267}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "22b5068d-26d2-4dd8-8357-5f8d02a4a61a", "passiveOrderRemaining": 0, "sequence": 400, "timestamp": 1641524139.1046631}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "dc1d4209-b0a9-4c13-b86b-7c700f885ec1", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 401, "timestamp": 1641524139.255629}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "dc1d4209-b0a9-4c13-b86b-7c700f885ec1", "passiveOrderRemaining": 0, "sequence": 402, "timestamp": 1641524139.2825513}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "e74acb18-de0c-42ec-8de2-e1e8ee33ccda", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 403, "timestamp": 1641524139.456229}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "e74acb18-de0c-42ec-8de2-e1e8ee33ccda", "passiveOrderRemaining": 0, "sequence": 404, "timestamp": 1641524139.499181}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "9572a117-f269-44e3-b9a7-6e8f2c9f0bb7", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 405, "timestamp": 1641524139.6495845}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "9572a117-f269-44e3-b9a7-6e8f2c9f0bb7", "passiveOrderRemaining": 0, "sequence": 406, "timestamp": 1641524139.7082}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "0f05bdbe-7f95-4a44-bc5c-a0f1e5395fc2", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 407, "timestamp": 1641524139.8512151}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "0f05bdbe-7f95-4a44-bc5c-a0f1e5395fc2", "passiveOrderRemaining": 0, "sequence": 408, "timestamp": 1641524139.8743815}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "9f6b0e32-b6c6-4e79-9ba6-3d92979f89e2", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 409, "timestamp": 1641524139.9999092}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "swouters", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "9f6b0e32-b6c6-4e79-9ba6-3d92979f89e2", "passiveOrderRemaining": 0, "sequence": 410, "timestamp": 1641524140.015727}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "0f7ea8a8-8e6e-4b56-a729-f0dd2efee775", "side": "BUY", "price": 24.5, "filled": 0, "resting": 1000, "owner": "aesteban", "sequence": 411, "timestamp": 1641524140.0259323}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "SELL_AGGRESSOR", "passiveOrder": "0f7ea8a8-8e6e-4b56-a729-f0dd2efee775", "passiveOrderRemaining": 0, "sequence": 412, "timestamp": 1641524140.150783}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "3b33d99d-41c3-4724-82c8-a7bef8c35709", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 413, "timestamp": 1641524140.3023553}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "3b33d99d-41c3-4724-82c8-a7bef8c35709", "passiveOrderRemaining": 0, "sequence": 414, "timestamp": 1641524140.3318791}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ca29b092-c970-44b0-aaa4-24933492958d", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 415, "timestamp": 1641524140.4516528}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "ca29b092-c970-44b0-aaa4-24933492958d", "passiveOrderRemaining": 0, "sequence": 416, "timestamp": 1641524140.4822392}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "2f0ac98d-05ed-4d12-8b17-3e6ec2848b11", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 417, "timestamp": 1641524140.6127384}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "2f0ac98d-05ed-4d12-8b17-3e6ec2848b11", "passiveOrderRemaining": 0, "sequence": 418, "timestamp": 1641524140.6532302}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "df7f1b74-a2a7-4a60-be68-994c51422d3f", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 419, "timestamp": 1641524140.8160124}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "df7f1b74-a2a7-4a60-be68-994c51422d3f", "passiveOrderRemaining": 0, "sequence": 420, "timestamp": 1641524140.8558202}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "2aed90e0-6738-481a-9ccf-1605ad8dd9cc", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 421, "timestamp": 1641524140.9998114}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "2aed90e0-6738-481a-9ccf-1605ad8dd9cc", "passiveOrderRemaining": 0, "sequence": 422, "timestamp": 1641524141.0259016}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "05422a3b-734b-449a-ba71-9848149b61cb", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 423, "timestamp": 1641524141.150934}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "05422a3b-734b-449a-ba71-9848149b61cb", "passiveOrderRemaining": 0, "sequence": 424, "timestamp": 1641524141.1762018}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "12ff5f88-8c85-43f0-bcb7-50655303ef0a", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 425, "timestamp": 1641524141.3011315}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "12ff5f88-8c85-43f0-bcb7-50655303ef0a", "passiveOrderRemaining": 0, "sequence": 426, "timestamp": 1641524141.3227134}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "83c7176c-2d67-4b7f-a96a-b7c150d79507", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 427, "timestamp": 1641524141.4501703}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "83c7176c-2d67-4b7f-a96a-b7c150d79507", "passiveOrderRemaining": 0, "sequence": 428, "timestamp": 1641524141.4783525}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "d1bb2095-fba8-46aa-8181-d6ee146cdbff", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 429, "timestamp": 1641524141.6191766}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "d1bb2095-fba8-46aa-8181-d6ee146cdbff", "passiveOrderRemaining": 0, "sequence": 430, "timestamp": 1641524141.651087}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "8d1aef9e-fcc4-4e66-b3d5-dfd2afb0339c", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 431, "timestamp": 1641524141.800157}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "8d1aef9e-fcc4-4e66-b3d5-dfd2afb0339c", "passiveOrderRemaining": 0, "sequence": 432, "timestamp": 1641524141.8231373}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "03973dab-ca17-45f8-91cd-27d47e447092", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 433, "timestamp": 1641524141.9498408}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "03973dab-ca17-45f8-91cd-27d47e447092", "passiveOrderRemaining": 0, "sequence": 434, "timestamp": 1641524141.9702215}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "832558e9-bdd1-49c7-9634-fefe23c0fb71", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 435, "timestamp": 1641524142.1141448}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "832558e9-bdd1-49c7-9634-fefe23c0fb71", "passiveOrderRemaining": 0, "sequence": 436, "timestamp": 1641524142.1509912}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ba0f6582-a8b9-4fc5-a325-1d5f7854930b", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 437, "timestamp": 1641524142.3009927}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "ba0f6582-a8b9-4fc5-a325-1d5f7854930b", "passiveOrderRemaining": 0, "sequence": 438, "timestamp": 1641524142.3601484}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "75af2365-bfe5-4efd-935b-2d3118d74094", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 439, "timestamp": 1641524142.4883015}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "75af2365-bfe5-4efd-935b-2d3118d74094", "passiveOrderRemaining": 0, "sequence": 440, "timestamp": 1641524142.517528}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "93d47214-bf35-4a55-b4a4-b7f76df9c2ce", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 441, "timestamp": 1641524142.6513376}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "93d47214-bf35-4a55-b4a4-b7f76df9c2ce", "passiveOrderRemaining": 0, "sequence": 442, "timestamp": 1641524142.6774597}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "919df241-4b1a-43df-9eec-e7dfd243a4ba", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 443, "timestamp": 1641524142.817025}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "919df241-4b1a-43df-9eec-e7dfd243a4ba", "passiveOrderRemaining": 0, "sequence": 444, "timestamp": 1641524142.8535497}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "cdc3c43d-5581-46a4-8554-f78f3c35541e", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 445, "timestamp": 1641524143.0027518}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "cdc3c43d-5581-46a4-8554-f78f3c35541e", "passiveOrderRemaining": 0, "sequence": 446, "timestamp": 1641524143.0504}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "c7281e72-cfc9-4de1-b8fb-8610b0a1d5b1", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 447, "timestamp": 1641524143.202263}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "c7281e72-cfc9-4de1-b8fb-8610b0a1d5b1", "passiveOrderRemaining": 0, "sequence": 448, "timestamp": 1641524143.222553}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "15a9d079-bc25-45db-a37f-6ea6eb74a5a7", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 449, "timestamp": 1641524143.399338}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "15a9d079-bc25-45db-a37f-6ea6eb74a5a7", "passiveOrderRemaining": 0, "sequence": 450, "timestamp": 1641524143.44731}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "5208d094-0a56-49b4-bb07-e1c331164653", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 451, "timestamp": 1641524143.6717346}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "5208d094-0a56-49b4-bb07-e1c331164653", "passiveOrderRemaining": 0, "sequence": 452, "timestamp": 1641524143.700498}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ed3a75c8-4b65-4a5e-82c5-904aa40bae0c", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 453, "timestamp": 1641524143.8491852}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "swouters", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "ed3a75c8-4b65-4a5e-82c5-904aa40bae0c", "passiveOrderRemaining": 0, "sequence": 454, "timestamp": 1641524144.6300483}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "1d0f83f0-52f3-4836-8cf8-ee6c4ea3d959", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 455, "timestamp": 1641524144.851059}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "1d0f83f0-52f3-4836-8cf8-ee6c4ea3d959", "passiveOrderRemaining": 0, "sequence": 456, "timestamp": 1641524144.8732436}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "fd59c6a9-dca2-4e9a-bcf7-041a570a9ba1", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 457, "timestamp": 1641524144.9998362}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "fd59c6a9-dca2-4e9a-bcf7-041a570a9ba1", "passiveOrderRemaining": 0, "sequence": 458, "timestamp": 1641524145.0226114}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "26f8c3de-93a6-45d5-9fb5-8b623bc419f1", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 459, "timestamp": 1641524145.1499283}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "26f8c3de-93a6-45d5-9fb5-8b623bc419f1", "passiveOrderRemaining": 0, "sequence": 460, "timestamp": 1641524145.177287}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "535838f3-9618-42e2-a1a4-9ee75d1474ad", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 461, "timestamp": 1641524145.2995877}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "535838f3-9618-42e2-a1a4-9ee75d1474ad", "passiveOrderRemaining": 0, "sequence": 462, "timestamp": 1641524145.320212}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "86c849d7-2c33-4813-8ede-1a9fd82b8a31", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 463, "timestamp": 1641524145.4504085}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "86c849d7-2c33-4813-8ede-1a9fd82b8a31", "passiveOrderRemaining": 0, "sequence": 464, "timestamp": 1641524145.4703748}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ec929041-f713-45b6-b5a0-2bf4b5f7ae45", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 465, "timestamp": 1641524145.6154044}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "ec929041-f713-45b6-b5a0-2bf4b5f7ae45", "passiveOrderRemaining": 0, "sequence": 466, "timestamp": 1641524145.6459787}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ce8c7c6d-58e8-430c-9e0d-4de869eb8f45", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 467, "timestamp": 1641524145.800664}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "ce8c7c6d-58e8-430c-9e0d-4de869eb8f45", "passiveOrderRemaining": 0, "sequence": 468, "timestamp": 1641524145.8213463}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "81253689-3557-4fb0-935a-528e01a77618", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 469, "timestamp": 1641524145.949807}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "81253689-3557-4fb0-935a-528e01a77618", "passiveOrderRemaining": 0, "sequence": 470, "timestamp": 1641524145.9714274}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "135c40f9-c8c4-4347-b18b-871e01a6c8cd", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 471, "timestamp": 1641524146.1004093}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "135c40f9-c8c4-4347-b18b-871e01a6c8cd", "passiveOrderRemaining": 0, "sequence": 472, "timestamp": 1641524146.1261272}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "301134f9-6622-4e3b-82a7-cc3cd769ea51", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 473, "timestamp": 1641524146.2493634}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "301134f9-6622-4e3b-82a7-cc3cd769ea51", "passiveOrderRemaining": 0, "sequence": 474, "timestamp": 1641524146.2779827}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "fff2bf6f-54dd-4bdc-97be-5ec597e37d53", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 475, "timestamp": 1641524146.413784}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "fff2bf6f-54dd-4bdc-97be-5ec597e37d53", "passiveOrderRemaining": 0, "sequence": 476, "timestamp": 1641524146.4489615}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "88d9bc82-6a4a-4726-860d-cc77aeaaeb36", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 477, "timestamp": 1641524146.599623}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "88d9bc82-6a4a-4726-860d-cc77aeaaeb36", "passiveOrderRemaining": 0, "sequence": 478, "timestamp": 1641524146.6599255}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "20ace700-da2d-41d9-a84c-d20201b1823f", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 479, "timestamp": 1641524146.8048532}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "20ace700-da2d-41d9-a84c-d20201b1823f", "passiveOrderRemaining": 0, "sequence": 480, "timestamp": 1641524146.826948}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "551c3c5f-8fd2-4417-8860-87ee30196d5b", "side": "SELL", "price": 24.5, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 481, "timestamp": 1641524146.9649332}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.5, "volume": 1000, "buyer": "aesteban", "seller": "dgray", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "551c3c5f-8fd2-4417-8860-87ee30196d5b", "passiveOrderRemaining": 0, "sequence": 482, "timestamp": 1641524147.0006485}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "7c33a185-5044-4748-913b-b2f40a394eb1", "side": "BUY", "price": 23.2, "filled": 0, "resting": 100, "owner": "tshort", "sequence": 483, "timestamp": 1641524150.3362498}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "db065a98-ccc5-4a0e-913d-127461d99cdb", "side": "SELL", "price": 24.8, "filled": 0, "resting": 100, "owner": "tshort", "sequence": 484, "timestamp": 1641524151.2357824}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "70c64ca7-5c8a-48f0-bd18-c23c1f5127c6", "side": "BUY", "price": 21.0, "filled": 0, "resting": 1000, "owner": "tshort", "sequence": 485, "timestamp": 1641524152.138579}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "68c197ec-171d-47ce-b62d-ac0bc6067e9f", "side": "SELL", "price": 27.0, "filled": 0, "resting": 1000, "owner": "tshort", "sequence": 486, "timestamp": 1641524153.036279}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.6, "volume": 1000, "buyer": "swouters", "seller": "klee", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "6b6eaafa-171a-44ec-b03e-0c826851031c", "passiveOrderRemaining": 0, "sequence": 487, "timestamp": 1641524155.3841975}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "20cf4c44-4028-4f42-a998-5b62fb54d388", "side": "BUY", "price": 24.4, "filled": 0, "resting": 100, "owner": "tshort", "sequence": 488, "timestamp": 1641524227.436521}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "82b73095-91af-4bfe-816b-65f4f4ad5ecb", "side": "SELL", "price": 26.0, "filled": 0, "resting": 100, "owner": "tshort", "sequence": 489, "timestamp": 1641524228.336933}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "3fe55d3c-27a5-4dd2-a29d-d4020857b64b", "side": "BUY", "price": 22.2, "filled": 0, "resting": 1000, "owner": "tshort", "sequence": 490, "timestamp": 1641524229.2379405}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "63090d33-0aed-498c-90c4-9d36f0a1f200", "side": "SELL", "price": 28.2, "filled": 0, "resting": 1000, "owner": "tshort", "sequence": 491, "timestamp": 1641524230.1376646}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "a9009eab-af05-457e-bf1c-479e06d94516", "side": "BUY", "price": 24.3, "filled": 0, "resting": 500, "owner": "klee", "sequence": 492, "timestamp": 1641524286.4183953}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "001aa018-25a5-4f1e-a10e-5fef783a85c9", "side": "SELL", "price": 25.0, "filled": 0, "resting": 500, "owner": "klee", "sequence": 493, "timestamp": 1641524286.4266713}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ab32b8b8-87e8-4cb1-82ae-830c3ee82e94", "side": "BUY", "price": 24.3, "filled": 0, "resting": 110, "owner": "klee", "sequence": 494, "timestamp": 1641524286.4362264}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ba9df719-ffd9-4f7c-acdd-f04c7a7c2173", "side": "SELL", "price": 24.9, "filled": 0, "resting": 200, "owner": "klee", "sequence": 495, "timestamp": 1641524286.4438615}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "aa6a0ea3-3cbf-41b9-bfdb-209b70c00620", "side": "BUY", "price": 24.4, "filled": 0, "resting": 55, "owner": "klee", "sequence": 496, "timestamp": 1641524286.452427}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "68359b83-9515-4970-85fd-fb5021ec9b34", "side": "SELL", "price": 24.8, "filled": 0, "resting": 100, "owner": "klee", "sequence": 497, "timestamp": 1641524286.4642901}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.8, "volume": 100, "buyer": "dgray", "seller": "tshort", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "eee6f0dd-bdd9-402c-9e87-8372888ee4c7", "passiveOrderRemaining": 0, "sequence": 498, "timestamp": 1641524526.6925836}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.8, "volume": 100, "buyer": "dgray", "seller": "tshort", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "db065a98-ccc5-4a0e-913d-127461d99cdb", "passiveOrderRemaining": 0, "sequence": 499, "timestamp": 1641524526.6925948}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.8, "volume": 100, "buyer": "dgray", "seller": "klee", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "68359b83-9515-4970-85fd-fb5021ec9b34", "passiveOrderRemaining": 0, "sequence": 500, "timestamp": 1641524552.1058404}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.9, "volume": 200, "buyer": "dgray", "seller": "klee", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "ba9df719-ffd9-4f7c-acdd-f04c7a7c2173", "passiveOrderRemaining": 0, "sequence": 501, "timestamp": 1641524552.1058524}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 25.0, "volume": 500, "buyer": "dgray", "seller": "klee", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "001aa018-25a5-4f1e-a10e-5fef783a85c9", "passiveOrderRemaining": 0, "sequence": 502, "timestamp": 1641524552.1058593}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 25.5, "volume": 200, "buyer": "dgray", "seller": "klee", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "87b84f1e-2e29-4012-8090-d40d1091b2ae", "passiveOrderRemaining": 800, "sequence": 503, "timestamp": 1641524552.1058657}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "95e66160-a6b0-4466-bc91-f136ab6cade0", "side": "BUY", "price": 23.9, "filled": 0, "resting": 1000, "owner": "Jjung1", "sequence": 504, "timestamp": 1641524552.4314823}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "a2282e98-0a56-4d6e-93f8-745ad8d1b6fe", "side": "SELL", "price": 25.3, "filled": 0, "resting": 1000, "owner": "Jjung1", "sequence": 505, "timestamp": 1641524552.510258}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "307c199e-48d7-433b-b45c-1d4e285f002c", "side": "SELL", "price": 25.4, "filled": 0, "resting": 1000, "owner": "klee", "sequence": 506, "timestamp": 1641524552.9396756}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 25.3, "volume": 1000, "buyer": "dgray", "seller": "Jjung1", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "a2282e98-0a56-4d6e-93f8-745ad8d1b6fe", "passiveOrderRemaining": 0, "sequence": 507, "timestamp": 1641524556.602013}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "18bc9f4a-d18d-4154-8abf-fd708ac5b772", "side": "SELL", "price": 25.5, "filled": 0, "resting": 1000, "owner": "klee", "sequence": 508, "timestamp": 1641524641.7357752}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "5e98b673-5fdf-4281-a0d6-40e1e055cf43", "side": "SELL", "price": 25.4, "filled": 0, "resting": 500, "owner": "klee", "sequence": 509, "timestamp": 1641524641.7456765}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "6ead0bc8-06a3-4799-9b5a-490b5f2aafc2", "side": "BUY", "price": 24.5, "filled": 0, "resting": 500, "owner": "klee", "sequence": 510, "timestamp": 1641524651.5667017}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "505988b0-c585-47de-a027-0ef4504483cb", "side": "BUY", "price": 24.6, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 511, "timestamp": 1641524651.6291862}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "798e3d83-07ee-4e05-9c89-58af9c47d63c", "side": "BUY", "price": 24.5, "filled": 0, "resting": 10, "owner": "klee", "sequence": 512, "timestamp": 1641524739.7564867}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "6b0c989e-93b4-4d8c-9e55-5a55d8d24fd4", "side": "SELL", "price": 25.5, "filled": 0, "resting": 1500, "owner": "klee", "sequence": 513, "timestamp": 1641524739.7652895}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "e7afd7a9-17d3-45d7-8beb-58cdf3c32093", "side": "BUY", "price": 24.7, "filled": 0, "resting": 100, "owner": "klee", "sequence": 514, "timestamp": 1641524763.2121327}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "2009eb8a-73de-4057-88cd-b12a49490ad1", "side": "SELL", "price": 25.3, "filled": 0, "resting": 50, "owner": "klee", "sequence": 515, "timestamp": 1641524763.2210588}, {"type": "DELETED", "product": "F_SOH_APP0107T1410", "id": "95e66160-a6b0-4466-bc91-f136ab6cade0", "side": "BUY", "sequence": 516, "timestamp": 1641524825.9263306}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "7682ec4c-a762-4cb8-bd79-787d277bf609", "side": "BUY", "price": 24.2, "filled": 0, "resting": 1000, "owner": "Jjung1", "sequence": 517, "timestamp": 1641524825.9855094}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "ef125621-7d6d-4885-b6a3-25ebc802e19e", "side": "SELL", "price": 25.4, "filled": 0, "resting": 1000, "owner": "Jjung1", "sequence": 518, "timestamp": 1641524826.0630682}, {"type": "DELETED", "product": "F_SOH_APP0107T1410", "id": "7682ec4c-a762-4cb8-bd79-787d277bf609", "side": "BUY", "sequence": 519, "timestamp": 1641524852.4752226}, {"type": "DELETED", "product": "F_SOH_APP0107T1410", "id": "ef125621-7d6d-4885-b6a3-25ebc802e19e", "side": "SELL", "sequence": 520, "timestamp": 1641524852.53557}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "e8a43799-f10b-44d0-a1ae-97a0179ced0b", "side": "BUY", "price": 24.2, "filled": 0, "resting": 1000, "owner": "Jjung1", "sequence": 521, "timestamp": 1641524860.8634186}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "4d819d79-8292-464f-8d59-d2c91849eb42", "side": "SELL", "price": 25.4, "filled": 0, "resting": 1000, "owner": "Jjung1", "sequence": 522, "timestamp": 1641524860.925851}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "6d68a18c-117a-406c-b026-a86d83d9985c", "side": "BUY", "price": 24.5, "filled": 0, "resting": 10, "owner": "klee", "sequence": 523, "timestamp": 1641524869.1938705}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "c5f62f93-1de0-4895-b9d1-2b0886b3a513", "side": "SELL", "price": 25.5, "filled": 0, "resting": 2500, "owner": "klee", "sequence": 524, "timestamp": 1641524869.2025461}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "2cb43870-ad24-4c0f-a943-7894dd280e23", "side": "BUY", "price": 24.4, "filled": 0, "resting": 100, "owner": "tshort", "sequence": 525, "timestamp": 1641524924.977559}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "1f45ac08-bf8e-4f87-8182-74db3b626cee", "side": "SELL", "price": 26.0, "filled": 0, "resting": 100, "owner": "tshort", "sequence": 526, "timestamp": 1641524925.8447847}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "84c3e502-db67-420e-a7db-00de3def8009", "side": "BUY", "price": 22.2, "filled": 0, "resting": 1000, "owner": "tshort", "sequence": 527, "timestamp": 1641524926.745384}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "454201dc-bb60-41ae-98c6-e243620222ee", "side": "SELL", "price": 28.2, "filled": 0, "resting": 1000, "owner": "tshort", "sequence": 528, "timestamp": 1641524927.6460083}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "a8146be8-5e40-4505-b037-d0774c79f7f3", "side": "BUY", "price": 24.6, "filled": 0, "resting": 5, "owner": "klee", "sequence": 529, "timestamp": 1641524939.8219118}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "6d7827c1-a343-4020-a36f-4e3bcdca777c", "side": "SELL", "price": 25.4, "filled": 0, "resting": 1250, "owner": "klee", "sequence": 530, "timestamp": 1641524939.8347225}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "24f27511-c144-422f-9974-031d61740f51", "side": "BUY", "price": 24.5, "filled": 0, "resting": 15, "owner": "klee", "sequence": 531, "timestamp": 1641524975.3941085}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "7bec8ca7-0e3a-4f50-835d-220215be0176", "side": "SELL", "price": 25.5, "filled": 0, "resting": 3750, "owner": "klee", "sequence": 532, "timestamp": 1641524975.4021761}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "3ded2126-e1d3-43ab-864a-5a1e9041914f", "side": "BUY", "price": 24.8, "filled": 0, "resting": 100, "owner": "esong", "sequence": 533, "timestamp": 1641525012.1853323}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.8, "volume": 100, "buyer": "esong", "seller": "aesteban", "tradeType": "SELL_AGGRESSOR", "passiveOrder": "3ded2126-e1d3-43ab-864a-5a1e9041914f", "passiveOrderRemaining": 0, "sequence": 534, "timestamp": 1641525012.2671278}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "382e63f7-9833-4f3e-886c-72ae7d189f62", "side": "BUY", "price": 24.7, "filled": 0, "resting": 500, "owner": "Mbiletic", "sequence": 535, "timestamp": 1641525112.8848069}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "23cf1a74-92db-47e8-b1db-3552cba8c544", "side": "SELL", "price": 26.1, "filled": 0, "resting": 500, "owner": "Mbiletic", "sequence": 536, "timestamp": 1641525113.0844436}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "2656f58d-77f3-40ba-91f9-be90dfe29eb3", "side": "BUY", "price": 24.6, "filled": 0, "resting": 500, "owner": "Mbiletic", "sequence": 537, "timestamp": 1641525118.3545287}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "3c4b3fc6-73b0-47fd-b782-3aef7d7a30ab", "side": "SELL", "price": 25.8, "filled": 0, "resting": 500, "owner": "Mbiletic", "sequence": 538, "timestamp": 1641525118.5494826}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "14de7487-6443-4c0a-bf6f-bb25238ce564", "side": "BUY", "price": 24.6, "filled": 0, "resting": 500, "owner": "Mbiletic", "sequence": 539, "timestamp": 1641525123.7545679}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "adad0996-c967-4de8-b1a1-cc75daba5168", "side": "SELL", "price": 25.6, "filled": 0, "resting": 500, "owner": "Mbiletic", "sequence": 540, "timestamp": 1641525123.9475315}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "cb1a5487-4de3-44fc-9069-e0168217acef", "side": "BUY", "price": 24.4, "filled": 0, "resting": 500, "owner": "Mbiletic", "sequence": 541, "timestamp": 1641525129.1597059}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "f7f49715-0f21-4d55-9103-7b67af6608ce", "side": "SELL", "price": 25.8, "filled": 0, "resting": 500, "owner": "Mbiletic", "sequence": 542, "timestamp": 1641525129.3637714}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "dab17ad4-46c3-4c45-98c6-c9510cfda837", "side": "BUY", "price": 24.7, "filled": 0, "resting": 500, "owner": "Mbiletic", "sequence": 543, "timestamp": 1641525134.5611727}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "e8074236-d73f-4b2f-9be6-ffd36c09f383", "side": "SELL", "price": 26.2, "filled": 0, "resting": 500, "owner": "Mbiletic", "sequence": 544, "timestamp": 1641525134.7625268}, {"type": "ADDED", "product": "F_SOH_APP0107T1410", "id": "c1ce29df-2531-4c32-b056-0b8e8a0bc644", "side": "BUY", "price": 24.8, "filled": 0, "resting": 100, "owner": "esong", "sequence": 545, "timestamp": 1641525211.755498}, {"type": "TRADE", "product": "F_SOH_APP0107T1410", "price": 24.8, "volume": 100, "buyer": "esong", "seller": "aesteban", "tradeType": "SELL_AGGRESSOR", "passiveOrder": "c1ce29df-2531-4c32-b056-0b8e8a0bc644", "passiveOrderRemaining": 0, "sequence": 546, "timestamp": 1641525211.8163507}, {"type": "SETTLEMENT", "product": "F_SOH_APP0107T1410", "stationName": "SYDNEY (OBSERVATORY HILL)", "expiry": "2022-01-07 14:10+1100", "price": 25.3, "sequence": 547, "timestamp": 1641525225.6677263}, {"type": "FUTURE", "product": "F_SOH_APP0107T1440", "stationId": 66214, "stationName": "SYDNEY (OBSERVATORY HILL)", "unit": "APPARENT_TEMP", "expiry": "2022-01-07 14:40+1100", "aggressiveFee": 0.0, "passiveFee": 0.0, "brokerFee": 0.0, "sequence": 548, "timestamp": 1641525225.6689837}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "4c5c6e62-80c2-4e8c-97cd-6cc8d24fcf58", "side": "SELL", "price": 26.1, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 549, "timestamp": 1641525225.7158515}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "5887c725-2f0c-4575-a44e-6566d18e122b", "side": "BUY", "price": 24.1, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 550, "timestamp": 1641525225.7371633}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "5887c725-2f0c-4575-a44e-6566d18e122b", "side": "BUY", "sequence": 551, "timestamp": 1641525225.764372}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "1288b740-147c-460c-a52c-23a9f5966ec1", "side": "BUY", "price": 0.1, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 552, "timestamp": 1641525225.7906249}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "5d9393d2-05d3-4c0c-ba87-ac0341c7b09c", "side": "BUY", "price": 24.5, "filled": 0, "resting": 100, "owner": "tshort", "sequence": 553, "timestamp": 1641525226.549049}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "0174e2df-0f53-494b-80aa-e8882983a3f6", "side": "BUY", "price": 24.6, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 554, "timestamp": 1641525226.5729299}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "7d0b082a-8c29-4403-a7d3-d5c48447db52", "side": "SELL", "price": 26.1, "filled": 0, "resting": 100, "owner": "tshort", "sequence": 555, "timestamp": 1641525227.44927}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "6a3c38c3-bd95-4be1-af1a-afadf096aac1", "side": "SELL", "price": 26.0, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 556, "timestamp": 1641525227.470067}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "20ad8e6d-e7d5-43f7-ab66-246d92ccc950", "side": "BUY", "price": 22.3, "filled": 0, "resting": 1000, "owner": "tshort", "sequence": 557, "timestamp": 1641525228.3500583}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "38f1c11e-4aac-47b5-abca-dc106a5e9e3f", "side": "SELL", "price": 28.3, "filled": 0, "resting": 1000, "owner": "tshort", "sequence": 558, "timestamp": 1641525229.2546654}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "39a4ec04-38d3-422c-9cd0-bfe832a07676", "side": "BUY", "price": 24.7, "filled": 0, "resting": 100, "owner": "esong", "sequence": 559, "timestamp": 1641525288.6122782}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "4b847aae-7f6e-4277-91cf-965f05a180b3", "side": "BUY", "price": 24.8, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 560, "timestamp": 1641525288.6644182}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "f3a84bec-f1e8-4430-9063-215bd20505ce", "side": "SELL", "price": 25.8, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 561, "timestamp": 1641525288.812729}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "0f14b4df-b887-4a47-a8d9-13ebaf44f1e4", "side": "SELL", "price": 25.7, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 562, "timestamp": 1641525288.8375092}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "aa2a44b2-daea-4458-b0eb-a4546d3e4e9f", "side": "BUY", "price": 24.7, "filled": 0, "resting": 500, "owner": "klee", "sequence": 563, "timestamp": 1641525308.2861414}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "eacb8cd0-1fb5-4247-b17f-473b21087fff", "side": "SELL", "price": 25.5, "filled": 0, "resting": 50, "owner": "klee", "sequence": 564, "timestamp": 1641525308.2967315}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "b48dfd56-762f-485e-ac1d-4af6949f4b60", "side": "SELL", "price": 25.4, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 565, "timestamp": 1641525308.3396432}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "369fcc06-5ee2-4bc8-aff3-cf97b03b2313", "side": "SELL", "price": 24.9, "filled": 0, "resting": 100, "owner": "esong", "sequence": 566, "timestamp": 1641525335.688737}, {"type": "TRADE", "product": "F_SOH_APP0107T1440", "price": 24.9, "volume": 100, "buyer": "aesteban", "seller": "esong", "tradeType": "BUY_AGGRESSOR", "passiveOrder": "369fcc06-5ee2-4bc8-aff3-cf97b03b2313", "passiveOrderRemaining": 0, "sequence": 567, "timestamp": 1641525335.7344217}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "9fe8381c-11db-4c09-a848-0149b5d31c7a", "side": "BUY", "price": 21.5, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 568, "timestamp": 1641525343.955394}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "bdaa7d31-a04d-4f08-986c-078172b15cb1", "side": "SELL", "price": 27.5, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 569, "timestamp": 1641525344.426864}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "dfa72a71-f2df-4819-8d79-3c5aaf5c645d", "side": "BUY", "price": 21.4, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 570, "timestamp": 1641525345.9604332}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "b80db320-d150-4d08-b49b-389b35be08c5", "side": "SELL", "price": 27.6, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 571, "timestamp": 1641525346.432476}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "1b8850f4-16d9-4bcc-89f6-bd1a102b2c22", "side": "BUY", "price": 21.3, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 572, "timestamp": 1641525347.905085}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "65dbcdbf-2d3b-40e7-9471-38ce8d4ee6c2", "side": "SELL", "price": 27.7, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 573, "timestamp": 1641525348.3762662}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "258d735f-0e20-4373-929e-d32e6e0c6c51", "side": "BUY", "price": 21.2, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 574, "timestamp": 1641525349.8512719}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "4a5b040b-7e5c-446c-8e67-3f68b31df03d", "side": "SELL", "price": 27.8, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 575, "timestamp": 1641525350.321735}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "10e160b4-b0f2-45d3-b825-db1017bf3a7f", "side": "BUY", "price": 21.1, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 576, "timestamp": 1641525351.7927442}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "39d04fde-0476-47ce-81d7-48502ff0e2a5", "side": "SELL", "price": 27.9, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 577, "timestamp": 1641525352.2720902}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "a5705118-b321-43c5-9bae-825b74be080e", "side": "BUY", "price": 21.0, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 578, "timestamp": 1641525353.7441416}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "beb0ec14-15b0-490d-8a25-30f8555dcfb2", "side": "SELL", "price": 28.0, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 579, "timestamp": 1641525354.2161086}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "9902161f-efb9-4d71-890f-91d32455b2cf", "side": "BUY", "price": 20.9, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 580, "timestamp": 1641525355.6879137}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "42fe3c58-f5f5-4f96-81da-77ce61e363bf", "side": "SELL", "price": 28.1, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 581, "timestamp": 1641525356.158923}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "421437b5-d03e-48b5-8f74-3595f875ba43", "side": "BUY", "price": 20.8, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 582, "timestamp": 1641525357.6315508}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "2eee86a6-c564-43d0-9668-2492774795db", "side": "SELL", "price": 28.2, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 583, "timestamp": 1641525358.1027172}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "a3dfd54e-8f41-4d99-9624-557c3be3aa93", "side": "BUY", "price": 20.7, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 584, "timestamp": 1641525359.57564}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "e2d164f6-c898-45ef-aa0c-0b72694b204e", "side": "SELL", "price": 28.3, "filled": 0, "resting": 1000, "owner": "dlee", "sequence": 585, "timestamp": 1641525360.046627}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "300584b7-0dde-416e-b465-70f81ac4552c", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 586, "timestamp": 1641525361.520043}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "bea45d44-06f7-45e7-acae-b5c5875aeb22", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 587, "timestamp": 1641525362.003347}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "91c87cd6-86f2-4a02-ba07-292cc4214959", "side": "BUY", "price": 24.9, "filled": 0, "resting": 100, "owner": "esong", "sequence": 588, "timestamp": 1641525362.4241812}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "ac7823ee-853a-42fe-a52d-7f923f8474aa", "side": "BUY", "price": 25.0, "filled": 0, "resting": 10, "owner": "aesteban", "sequence": 589, "timestamp": 1641525362.4776154}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "a93f1b0e-1760-411e-9d80-742745f1243f", "side": "BUY", "price": 24.8, "filled": 0, "resting": 1000, "owner": "dgray", "sequence": 590, "timestamp": 1641525362.5587533}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "300584b7-0dde-416e-b465-70f81ac4552c", "side": "BUY", "sequence": 591, "timestamp": 1641525367.4820597}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "bea45d44-06f7-45e7-acae-b5c5875aeb22", "side": "SELL", "sequence": 592, "timestamp": 1641525367.9675608}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "babac6b6-93fb-4da2-8ec1-66ad2fbb8633", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 593, "timestamp": 1641525368.4390879}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "6b72fcfa-7c23-45a1-93f7-bc992ddc691f", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 594, "timestamp": 1641525368.910878}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "c8839411-d9b0-427b-b671-d3171e23d497", "side": "BUY", "price": 23.5, "filled": 0, "resting": 10000, "owner": "klee", "sequence": 595, "timestamp": 1641525371.4352036}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "63068e4e-214b-4972-8df5-33e37d280cab", "side": "SELL", "price": 26.0, "filled": 0, "resting": 10000, "owner": "klee", "sequence": 596, "timestamp": 1641525371.445826}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "babac6b6-93fb-4da2-8ec1-66ad2fbb8633", "side": "BUY", "sequence": 597, "timestamp": 1641525374.539151}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "040ebe95-144e-42a2-bb3d-d5471f86637b", "side": "BUY", "price": 24.4, "filled": 0, "resting": 1000, "owner": "Jjung1", "sequence": 598, "timestamp": 1641525374.6437361}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "70372b67-664d-49c6-a14e-dd99726dbf0e", "side": "SELL", "price": 26.0, "filled": 0, "resting": 1000, "owner": "Jjung1", "sequence": 599, "timestamp": 1641525374.7208374}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "6b72fcfa-7c23-45a1-93f7-bc992ddc691f", "side": "SELL", "sequence": 600, "timestamp": 1641525375.044205}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "78a64563-32e9-48f9-b19b-c157c3175c5a", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 601, "timestamp": 1641525375.515779}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "cc58d1f4-5fcb-4507-aef7-69b7d307200e", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 602, "timestamp": 1641525375.986177}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "cc2b21d9-57b2-4979-9722-497be3997ceb", "side": "BUY", "price": 25.1, "filled": 0, "resting": 100, "owner": "esong", "sequence": 603, "timestamp": 1641525379.5204518}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "78a64563-32e9-48f9-b19b-c157c3175c5a", "side": "BUY", "sequence": 604, "timestamp": 1641525381.4614348}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "cc58d1f4-5fcb-4507-aef7-69b7d307200e", "side": "SELL", "sequence": 605, "timestamp": 1641525381.9453266}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "26cdc117-6284-4962-a48e-91ded5d10ae4", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 606, "timestamp": 1641525382.44799}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "f68dea7c-9543-484e-9250-f257a34d699f", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 607, "timestamp": 1641525382.9187515}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "26cdc117-6284-4962-a48e-91ded5d10ae4", "side": "BUY", "sequence": 608, "timestamp": 1641525388.3955274}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "f68dea7c-9543-484e-9250-f257a34d699f", "side": "SELL", "sequence": 609, "timestamp": 1641525388.8672664}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "dbbadc22-bd6f-483b-9136-09f1f56a0786", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 610, "timestamp": 1641525389.3380332}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "e62b56e7-4978-4f4d-a62b-a23e6052794c", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 611, "timestamp": 1641525389.8091571}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "dbbadc22-bd6f-483b-9136-09f1f56a0786", "side": "BUY", "sequence": 612, "timestamp": 1641525395.2855494}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "e62b56e7-4978-4f4d-a62b-a23e6052794c", "side": "SELL", "sequence": 613, "timestamp": 1641525395.7564147}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "2a885528-9f9a-4ecb-9daa-63185ae042a6", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 614, "timestamp": 1641525396.2347445}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "4a14ee1b-57eb-4495-bfd9-7cc80bd05e59", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 615, "timestamp": 1641525396.7148008}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "2a885528-9f9a-4ecb-9daa-63185ae042a6", "side": "BUY", "sequence": 616, "timestamp": 1641525402.1936193}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "4a14ee1b-57eb-4495-bfd9-7cc80bd05e59", "side": "SELL", "sequence": 617, "timestamp": 1641525402.6638336}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "58698a79-e91e-4e43-82bc-ed58b9375e90", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 618, "timestamp": 1641525403.135116}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "240c1db6-5459-4a90-8d17-3fd52e4408f0", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 619, "timestamp": 1641525403.6068351}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "58698a79-e91e-4e43-82bc-ed58b9375e90", "side": "BUY", "sequence": 620, "timestamp": 1641525409.1163945}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "240c1db6-5459-4a90-8d17-3fd52e4408f0", "side": "SELL", "sequence": 621, "timestamp": 1641525409.5885048}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "477fc780-550c-4741-a265-7ce59442bc8c", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 622, "timestamp": 1641525410.0918505}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "7978833f-0214-4804-935d-f794090465ff", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 623, "timestamp": 1641525410.562771}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "477fc780-550c-4741-a265-7ce59442bc8c", "side": "BUY", "sequence": 624, "timestamp": 1641525416.1020186}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "7978833f-0214-4804-935d-f794090465ff", "side": "SELL", "sequence": 625, "timestamp": 1641525416.5827937}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "fc6740a0-3675-4205-a41c-db29a4c391bd", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 626, "timestamp": 1641525417.0533211}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "f42f47d3-6b35-4384-a400-e2d9d518fb2a", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 627, "timestamp": 1641525417.5912101}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "fc6740a0-3675-4205-a41c-db29a4c391bd", "side": "BUY", "sequence": 628, "timestamp": 1641525423.0651293}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "f42f47d3-6b35-4384-a400-e2d9d518fb2a", "side": "SELL", "sequence": 629, "timestamp": 1641525423.5368514}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "c059413d-2ce9-4d43-bcd1-ff94ef803b59", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 630, "timestamp": 1641525424.011296}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "b12e2cf4-0249-4909-8a81-d160373e16cd", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 631, "timestamp": 1641525424.481969}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "c059413d-2ce9-4d43-bcd1-ff94ef803b59", "side": "BUY", "sequence": 632, "timestamp": 1641525429.9607668}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "b12e2cf4-0249-4909-8a81-d160373e16cd", "side": "SELL", "sequence": 633, "timestamp": 1641525430.4310246}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "8dcf542d-3e59-4f6c-920e-1965d67e77db", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 634, "timestamp": 1641525430.9018624}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "4690739c-f2f8-4508-baac-b5318de03ad8", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 635, "timestamp": 1641525431.3822663}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "8dcf542d-3e59-4f6c-920e-1965d67e77db", "side": "BUY", "sequence": 636, "timestamp": 1641525436.8588488}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "4690739c-f2f8-4508-baac-b5318de03ad8", "side": "SELL", "sequence": 637, "timestamp": 1641525437.3309104}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "3bb333b7-cbed-410c-9334-3c0d086324ff", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 638, "timestamp": 1641525437.8019981}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "298815ba-f973-4ad2-ac20-ed973d09fa94", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 639, "timestamp": 1641525438.2729933}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "3bb333b7-cbed-410c-9334-3c0d086324ff", "side": "BUY", "sequence": 640, "timestamp": 1641525443.8109705}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "298815ba-f973-4ad2-ac20-ed973d09fa94", "side": "SELL", "sequence": 641, "timestamp": 1641525444.2830195}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "ed3fecaa-490e-400b-8fb6-84b8b6a9f90a", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 642, "timestamp": 1641525444.8166182}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "b985f7a2-d8f6-4222-9621-259987751231", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 643, "timestamp": 1641525445.2878456}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "ed3fecaa-490e-400b-8fb6-84b8b6a9f90a", "side": "BUY", "sequence": 644, "timestamp": 1641525450.827076}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "b985f7a2-d8f6-4222-9621-259987751231", "side": "SELL", "sequence": 645, "timestamp": 1641525451.3382797}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "0e90504f-cd07-4cad-bedb-b32d6e0ad576", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 646, "timestamp": 1641525451.8150795}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "d840d422-33f1-4935-8856-373df3ea9a40", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 647, "timestamp": 1641525452.2861435}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "0e90504f-cd07-4cad-bedb-b32d6e0ad576", "side": "BUY", "sequence": 648, "timestamp": 1641525457.7630086}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "d840d422-33f1-4935-8856-373df3ea9a40", "side": "SELL", "sequence": 649, "timestamp": 1641525458.234317}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "c1f6b029-9787-4c08-bc01-c4db4378ded1", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 650, "timestamp": 1641525458.7054212}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "5a34a571-f8bb-4655-9f00-8f77668b9649", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 651, "timestamp": 1641525459.176203}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "c1f6b029-9787-4c08-bc01-c4db4378ded1", "side": "BUY", "sequence": 652, "timestamp": 1641525464.6532433}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "5a34a571-f8bb-4655-9f00-8f77668b9649", "side": "SELL", "sequence": 653, "timestamp": 1641525465.124474}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "42d4d45c-7601-4723-891c-616268ba4176", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 654, "timestamp": 1641525465.5963337}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "413d6733-525b-4fe8-b3f7-abfcd8738471", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 655, "timestamp": 1641525466.0767214}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "42d4d45c-7601-4723-891c-616268ba4176", "side": "BUY", "sequence": 656, "timestamp": 1641525471.5526385}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "413d6733-525b-4fe8-b3f7-abfcd8738471", "side": "SELL", "sequence": 657, "timestamp": 1641525472.0243828}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "96a0975a-47a8-418a-87ae-2d7bb12c3ca6", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 658, "timestamp": 1641525472.495993}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "78293790-c364-4a59-aee9-4bf77f58a53a", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 659, "timestamp": 1641525472.9666467}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "5f0a5038-d3c7-4c97-90d1-80d0fc330e5c", "side": "BUY", "price": 25.0, "filled": 0, "resting": 100, "owner": "klee", "sequence": 660, "timestamp": 1641525477.606066}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "32773899-8cce-44da-865a-6599396ea0de", "side": "SELL", "price": 25.5, "filled": 0, "resting": 10, "owner": "klee", "sequence": 661, "timestamp": 1641525477.618961}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "96a0975a-47a8-418a-87ae-2d7bb12c3ca6", "side": "BUY", "sequence": 662, "timestamp": 1641525478.5016572}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "78293790-c364-4a59-aee9-4bf77f58a53a", "side": "SELL", "sequence": 663, "timestamp": 1641525479.0346367}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "99d674a9-7fe7-4ec0-8c15-0e3dadb68a3a", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 664, "timestamp": 1641525479.5052004}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "07884257-bf94-4d10-9379-a579a6e439ec", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 665, "timestamp": 1641525479.9764237}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "99d674a9-7fe7-4ec0-8c15-0e3dadb68a3a", "side": "BUY", "sequence": 666, "timestamp": 1641525485.5136516}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "07884257-bf94-4d10-9379-a579a6e439ec", "side": "SELL", "sequence": 667, "timestamp": 1641525485.9940019}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "21ba1a8c-4c44-43a9-9e2e-bc012517875f", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 668, "timestamp": 1641525486.4969447}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "d77606fb-d215-42fa-aac1-5786af22fad7", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 669, "timestamp": 1641525486.9678233}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "21ba1a8c-4c44-43a9-9e2e-bc012517875f", "side": "BUY", "sequence": 670, "timestamp": 1641525492.445579}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "d77606fb-d215-42fa-aac1-5786af22fad7", "side": "SELL", "sequence": 671, "timestamp": 1641525492.9161966}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "cc032ff5-252c-4ae7-8221-2e38cdf9aca3", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 672, "timestamp": 1641525493.3877606}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "2da5b3b3-eeaa-4ef2-b603-07fac40258f6", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 673, "timestamp": 1641525493.8591504}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "cc032ff5-252c-4ae7-8221-2e38cdf9aca3", "side": "BUY", "sequence": 674, "timestamp": 1641525499.3355088}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "2da5b3b3-eeaa-4ef2-b603-07fac40258f6", "side": "SELL", "sequence": 675, "timestamp": 1641525499.80666}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "9a8f3924-3867-4ac3-a220-4435f7ddf66f", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 676, "timestamp": 1641525500.280346}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "878ae86e-22b7-4e57-a500-5380e89fc7c3", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 677, "timestamp": 1641525500.7605364}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "9a8f3924-3867-4ac3-a220-4435f7ddf66f", "side": "BUY", "sequence": 678, "timestamp": 1641525506.2366405}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "878ae86e-22b7-4e57-a500-5380e89fc7c3", "side": "SELL", "sequence": 679, "timestamp": 1641525506.7070205}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "469fa0bd-50c0-4209-bc7a-e9db0954ae8d", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 680, "timestamp": 1641525507.1793933}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "305e18d3-ad0e-4829-b00c-7e9938761538", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 681, "timestamp": 1641525507.6501043}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "469fa0bd-50c0-4209-bc7a-e9db0954ae8d", "side": "BUY", "sequence": 682, "timestamp": 1641525513.1861298}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "305e18d3-ad0e-4829-b00c-7e9938761538", "side": "SELL", "sequence": 683, "timestamp": 1641525513.6896765}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "8b2ea38b-f63d-4c88-82e5-26d5e2d2ac47", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 684, "timestamp": 1641525514.1601098}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "5338ef4e-f091-4d28-a3c4-42f28d4078f4", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 685, "timestamp": 1641525514.6315727}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "8b2ea38b-f63d-4c88-82e5-26d5e2d2ac47", "side": "BUY", "sequence": 686, "timestamp": 1641525520.16622}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "5338ef4e-f091-4d28-a3c4-42f28d4078f4", "side": "SELL", "sequence": 687, "timestamp": 1641525520.6458638}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "fb857966-5ce4-45f7-ba69-7541e9579d67", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 688, "timestamp": 1641525521.1251192}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "a9f1303f-2978-41bd-bbb4-4203809f9887", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 689, "timestamp": 1641525521.596916}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "fb857966-5ce4-45f7-ba69-7541e9579d67", "side": "BUY", "sequence": 690, "timestamp": 1641525527.1359596}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "a9f1303f-2978-41bd-bbb4-4203809f9887", "side": "SELL", "sequence": 691, "timestamp": 1641525527.6071496}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "a4085d3e-a446-44c5-93b1-4d5ec9d5c84d", "side": "BUY", "price": 23.5, "filled": 0, "resting": 10000, "owner": "klee", "sequence": 692, "timestamp": 1641525527.7920637}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "859875b4-9ce0-4668-a593-92c1a8c40ad5", "side": "SELL", "price": 26.0, "filled": 0, "resting": 10000, "owner": "klee", "sequence": 693, "timestamp": 1641525527.7992818}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "88ab5122-7561-4bbb-a77e-576db1d7bd7c", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 694, "timestamp": 1641525528.0777395}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "a0982123-2171-47cb-9ca6-597b37baf9fd", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 695, "timestamp": 1641525528.548258}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "88ab5122-7561-4bbb-a77e-576db1d7bd7c", "side": "BUY", "sequence": 696, "timestamp": 1641525534.0245385}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "a0982123-2171-47cb-9ca6-597b37baf9fd", "side": "SELL", "sequence": 697, "timestamp": 1641525534.4958935}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "f44cc884-954b-456a-9e92-1679f8aa6554", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 698, "timestamp": 1641525534.967274}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "6f8159fb-bbb5-4b1c-8e45-6513f806e990", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 699, "timestamp": 1641525535.4484255}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "f44cc884-954b-456a-9e92-1679f8aa6554", "side": "BUY", "sequence": 700, "timestamp": 1641525540.924647}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "6f8159fb-bbb5-4b1c-8e45-6513f806e990", "side": "SELL", "sequence": 701, "timestamp": 1641525541.3954413}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "5ae744ce-12b4-468d-b7e0-7c7688a8cc1b", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 702, "timestamp": 1641525541.8684862}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "dea574e1-343d-4886-9cab-99307843da5f", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 703, "timestamp": 1641525542.339228}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "5ae744ce-12b4-468d-b7e0-7c7688a8cc1b", "side": "BUY", "sequence": 704, "timestamp": 1641525547.8457925}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "dea574e1-343d-4886-9cab-99307843da5f", "side": "SELL", "sequence": 705, "timestamp": 1641525548.3160937}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "c518923d-d64d-4f02-b9f5-87982aec0ccb", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 706, "timestamp": 1641525548.8499942}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "c3a73973-3915-4892-92ec-34c74717243a", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 707, "timestamp": 1641525549.32055}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "c518923d-d64d-4f02-b9f5-87982aec0ccb", "side": "BUY", "sequence": 708, "timestamp": 1641525554.8000867}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "c3a73973-3915-4892-92ec-34c74717243a", "side": "SELL", "sequence": 709, "timestamp": 1641525555.2801435}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "dbf82610-decf-4dbd-97a7-34c63d2c894b", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 710, "timestamp": 1641525555.7819855}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "b8427520-6b8f-45f5-9dd2-76352d23f0a3", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 711, "timestamp": 1641525556.2525115}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "dbf82610-decf-4dbd-97a7-34c63d2c894b", "side": "BUY", "sequence": 712, "timestamp": 1641525561.7287905}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "b8427520-6b8f-45f5-9dd2-76352d23f0a3", "side": "SELL", "sequence": 713, "timestamp": 1641525562.1994388}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "65e147ac-5108-41db-a1a1-7eacb8ad8145", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 714, "timestamp": 1641525562.7341125}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "0b37d04f-c631-4afd-99b9-fb8ecd67bdeb", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 715, "timestamp": 1641525563.2055235}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "65e147ac-5108-41db-a1a1-7eacb8ad8145", "side": "BUY", "sequence": 716, "timestamp": 1641525568.67973}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "0b37d04f-c631-4afd-99b9-fb8ecd67bdeb", "side": "SELL", "sequence": 717, "timestamp": 1641525569.1498406}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "b29ee88b-4d7d-47cd-b5a1-d143c7cdea5d", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 718, "timestamp": 1641525569.622235}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "6cc752b9-aa5d-4cd7-91d1-dc945879b332", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 719, "timestamp": 1641525570.101567}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "b29ee88b-4d7d-47cd-b5a1-d143c7cdea5d", "side": "BUY", "sequence": 720, "timestamp": 1641525575.5777297}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "6cc752b9-aa5d-4cd7-91d1-dc945879b332", "side": "SELL", "sequence": 721, "timestamp": 1641525576.0480082}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "55cc377e-7644-4273-bf19-361b22e04c2a", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 722, "timestamp": 1641525576.5187879}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "9e3f8c86-242d-4876-a324-a6161ca9fb03", "side": "SELL", "price": 25.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 723, "timestamp": 1641525576.9892557}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "55cc377e-7644-4273-bf19-361b22e04c2a", "side": "BUY", "sequence": 724, "timestamp": 1641525582.5265965}, {"type": "DELETED", "product": "F_SOH_APP0107T1440", "id": "9e3f8c86-242d-4876-a324-a6161ca9fb03", "side": "SELL", "sequence": 725, "timestamp": 1641525582.9972117}, {"type": "ADDED", "product": "F_SOH_APP0107T1440", "id": "4ae6634b-5491-4015-8f89-1d31951c3d88", "side": "BUY", "price": 24.7, "filled": 0, "resting": 50, "owner": "dlee", "sequence": 726, "timestamp": 1641525583.4684644}]
json.cpp
@@ -158,9 +158,9 @@
    timestamp = find_arg(str, "timestamp", false, true);
    std::stringstream expiryStream(
    str.substr(expiry.first, expiry.second - expiry.first));
    std::chrono::nanoseconds exp_time;
    expiryStream >>
    date::parse("%Y-%m-%f %H:%M%z", exp_time); // Parsing is broken
    std::chrono::nanoseconds exp_time(0);
    // expiryStream >>
    // date::parse("%Y-%m-%f %H:%M%z", exp_time); // Parsing is broken
    return new AnnounceMessage(
    mapTypes[str.substr(type.first, type.second - type.first)],
    str.substr(product.first, product.second - product.first),
protocol.cpp
@@ -30,7 +30,7 @@
std::unordered_map<std::string, book::Book> recoverBook()
{
    std::unordered_map<std::string, book::Book> bs;
    std::ifstream sampleFile("../rec.log");
    std::ifstream sampleFile("../data.test");
    std::stringstream ss;
    ss << sampleFile.rdbuf();
    // httplib::Client cli("http://" + server);
@@ -46,38 +46,32 @@
    return bs;
}
void addOrder(json::AddMessage& order)
json::Message* addOrder(json::AddMessage& order)
{
    std::string message = "{\"message\": " + order.as_string() + ", " +
                          "\"username\": \"" + std::string(USER) +
                          "\", \"password\": \"" + std::string(PASS) + "\"}";
    send(message);
    return send(message);
}
void deleteOrder(json::DeleteMessage& order)
json::Message* deleteOrder(json::DeleteMessage& order)
{
    std::string message = "{\"message\": " + order.as_string() +
                          ", \"username\": \"" + std::string(USER) +
                          "\", \"password\": \"" + std::string(PASS) + "\"}";
    send(message);
    return send(message);
}
void handleMessage(std::unordered_map<std::string, book::Book>& bs,
                   json::Message* message)
{
    if (mapAnnounce.empty()) initialise();
    json::AnnounceMessage* a = dynamic_cast<json::AnnounceMessage*>(message);
    json::SettleMessage* b = dynamic_cast<json::SettleMessage*>(message);
    json::AddedMessage* c = dynamic_cast<json::AddedMessage*>(message);
    json::DeletedMessage* d = dynamic_cast<json::DeletedMessage*>(message);
    json::TradeMessage* e = dynamic_cast<json::TradeMessage*>(message);
    json::Broker* f = dynamic_cast<json::Broker*>(message);
    switch (message->type) {
    case json::FUTURE_TYPE:
    case json::SPREAD_TYPE:
    case json::CALL_TYPE:
    case json::PUT_TYPE:
    announce(bs, a);
    announce(bs, dynamic_cast<json::AnnounceMessage*>(message));
    break;
    case json::SETTLEMENT:
    settle(bs, dynamic_cast<json::SettleMessage*>(message));
@@ -130,20 +124,20 @@
                  json::DeletedMessage* message)
{
    if (message->side == book::Buy) {
    for (auto i = bs[message->product].bidSide.begin();
         i != bs[message->product].bidSide.end(); i++) {
        if (i->id == message->id) {
        bs[message->product].bidSide.erase(i);
        std::make_heap(bs[message->product].bidSide.begin(),
                       bs[message->product].bidSide.end(),
                       std::less<book::Level>());
        for (std::size_t i = 0; i < bs[message->product].bidSide.size(); i++) {
        if (bs[message->product].bidSide[i].id == message->id) {
            bs[message->product].bidSide[i] = bs[message->product].bidSide.back();
            bs[message->product].bidSide.erase(bs[message->product].bidSide.end());
            std::make_heap(bs[message->product].bidSide.begin(),
                           bs[message->product].bidSide.end(),
                           std::less<book::Level>());
        }
    }
    } else {
    for (auto i = bs[message->product].askSide.begin();
         i != bs[message->product].askSide.end(); i++) {
        if (i->id == message->id) {
        bs[message->product].askSide.erase(i);
        for (std::size_t i = 0; i < bs[message->product].askSide.size(); i++) {
        if (bs[message->product].askSide[i].id == message->id) {
            bs[message->product].askSide[i] = bs[message->product].askSide.back();
            bs[message->product].askSide.erase(bs[message->product].askSide.end());
        std::make_heap(bs[message->product].askSide.begin(),
                       bs[message->product].askSide.end(),
                       std::greater<book::Level>());
@@ -169,9 +163,10 @@
{
}
void send(std::string& message)
json::Message* send(std::string& message)
{
    cli.Post("/execution", message, "text/plain");
    auto res = cli.Post("/execution", message, "text/plain");
    return json::parseSingle(res->body);
}
} // namespace protocol
protocol.hpp
@@ -10,12 +10,12 @@
{
enum OrderEnum { ADD, DELETE, BROKER_REQUEST, BROKER_CONFIRM };
    // Catchup utilities
// Catchup utilities
std::unordered_map<std::string, book::Book> recoverBook();
    // Outgoing messages
    void addOrder(json::AddMessage& order);
    void deleteOrder(json::DeleteMessage& order);
// Outgoing messages
json::Message* addOrder(json::AddMessage& order);
json::Message* deleteOrder(json::DeleteMessage& order);
// Incoming messages
void handleMessage(std::unordered_map<std::string, book::Book>& bs,
@@ -25,13 +25,13 @@
void settle(std::unordered_map<std::string, book::Book>& bs,
            json::SettleMessage* message);
void addedOrder(std::unordered_map<std::string, book::Book>& bs,
              json::AddedMessage* message);
                json::AddedMessage* message);
void deletedOrder(std::unordered_map<std::string, book::Book>& bs,
                 json::DeletedMessage* message);
                  json::DeletedMessage* message);
void tradeOrder(std::unordered_map<std::string, book::Book>& bs,
                json::TradeMessage* message);
void broker(std::unordered_map<std::string, book::Book>& bs,
            json::Broker* message);
    void send(std::string& message);
json::Message* send(std::string& message);
} // namespace protocol
test.py
@@ -40,7 +40,11 @@
    for message in so_far_today:
        protocol.handleMessage(bs, message)
def testRecoverBook(bs: {str, book.Book}):
    f = open("data.test", "r");
    so_far_today = f.read();
    for message in so_far_today:
        protocol.handleMessage(bs, message)
# print(json.dumps(message))
# print(send(message))
# printRecoveryLog()
@@ -49,7 +53,8 @@
# wstest()
bs = {}
recoverBook(bs)
# recoverBook(bs)
testRecoverBook(bs)
print(list(bs))
for i in bs:
    print(bs[i].product)