0.5.1-pre.003
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/decoder/orderbook/openbook_v2.rs
|
||||
// version: 5
|
||||
// version: 6
|
||||
|
||||
//! Reserved protocol decoder for `orderbook_openbook_v2`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct DcOrderbookOpenbookV2Decoder;
|
||||
|
||||
impl crate::DcApiProtocolDecoder for crate::DcOrderbookOpenbookV2Decoder {
|
||||
fn decoder_name(&self) -> &'static str {
|
||||
return "kb-lib.decoder.orderbook.openbook_v2";
|
||||
return "ks-lib-decoder.orderbook.openbook_v2";
|
||||
}
|
||||
|
||||
fn decoder_version(&self) -> &'static str {
|
||||
|
||||
Reference in New Issue
Block a user