@@ -656,16 +656,18 @@ mod tests {
656656 dbn:: { AsyncEncoder , AsyncRecordEncoder } ,
657657 DbnEncodable ,
658658 } ,
659- rtype, CbboMsg , Cmbp1Msg , Error , ErrorMsg , ImbalanceMsg , InstrumentDefMsg , MboMsg ,
660- Mbp10Msg , Mbp1Msg , OhlcvMsg , RecordHeader , Result , Schema , StatMsg , StatusMsg , TbboMsg ,
661- TradeMsg , WithTsOut ,
659+ rtype, Bbo1SMsg , CbboMsg , Cmbp1Msg , Error , ErrorMsg , ImbalanceMsg , InstrumentDefMsg ,
660+ MboMsg , Mbp10Msg , Mbp1Msg , OhlcvMsg , RecordHeader , Result , Schema , StatMsg , StatusMsg ,
661+ TbboMsg , TradeMsg , WithTsOut ,
662662 } ;
663663
664664 #[ rstest]
665665 #[ case:: mbo( Schema :: Mbo , MboMsg :: default ( ) ) ]
666666 #[ case:: trades( Schema :: Trades , TradeMsg :: default ( ) ) ]
667667 #[ case:: cmbp1( Schema :: Cmbp1 , Cmbp1Msg :: default_for_schema( Schema :: Cmbp1 ) ) ]
668- #[ case:: cbbo( Schema :: Cbbo1S , CbboMsg :: default_for_schema( Schema :: Cbbo1S ) ) ]
668+ #[ case:: cbbo1s( Schema :: Cbbo1S , CbboMsg :: default_for_schema( Schema :: Cbbo1S ) ) ]
669+ #[ case:: bbo1s( Schema :: Bbo1S , Bbo1SMsg :: default_for_schema( Schema :: Bbo1S ) ) ]
670+ #[ case:: bbo1m( Schema :: Bbo1M , Bbo1SMsg :: default_for_schema( Schema :: Bbo1M ) ) ]
669671 #[ case:: tbbo( Schema :: Tbbo , TbboMsg :: default ( ) ) ]
670672 #[ case:: mbp1( Schema :: Mbp1 , Mbp1Msg :: default ( ) ) ]
671673 #[ case:: mbp10( Schema :: Mbp10 , Mbp10Msg :: default ( ) ) ]
@@ -711,6 +713,9 @@ mod tests {
711713 #[ case:: mbo( Schema :: Mbo , MboMsg :: default ( ) ) ]
712714 #[ case:: trades( Schema :: Trades , TradeMsg :: default ( ) ) ]
713715 #[ case:: cmbp1( Schema :: Cmbp1 , Cmbp1Msg :: default_for_schema( Schema :: Cmbp1 ) ) ]
716+ #[ case:: cbbo1s( Schema :: Cbbo1S , CbboMsg :: default_for_schema( Schema :: Cbbo1S ) ) ]
717+ #[ case:: bbo1s( Schema :: Bbo1S , Bbo1SMsg :: default_for_schema( Schema :: Bbo1S ) ) ]
718+ #[ case:: bbo1m( Schema :: Bbo1M , Bbo1SMsg :: default_for_schema( Schema :: Bbo1M ) ) ]
714719 #[ case:: tbbo( Schema :: Tbbo , TbboMsg :: default ( ) ) ]
715720 #[ case:: mbp1( Schema :: Mbp1 , Mbp1Msg :: default ( ) ) ]
716721 #[ case:: mbp10( Schema :: Mbp10 , Mbp10Msg :: default ( ) ) ]
0 commit comments