You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/hotfix-message/src/builder.rs
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -844,17 +844,25 @@ mod tests {
844
844
}
845
845
846
846
#[test]
847
-
#[ignore]// TODO: making this test pass requires an overhaul of the message parsing logic
848
847
fntest_parsing_nested_component_inside_group(){
849
848
// an `AllocationInstruction` with `CommissionData` nested inside `AllocGrp`
850
-
let raw = b"8=FIX.4.4|9=252|35=J|49=SELLSIDE|56=BUYSIDE|34=100|52=20251023-14:30:00|70=ALLOC001|71=0|626=1|854=0|55=AAPL|107=Apple Inc|167=CS|54=1|53=10000|60=20251023|75=20251023|381=250000|78=2|79=ACC001|661=1|80=5000|12=100|13=3|11=5|79=ACC002|661=1|80=5000|12=75|13=2|11=3.75|10=031|";
849
+
let raw_instrument = "55=AAPL|107=Apple Inc|167=CS";
0 commit comments