0.5.1-pre.003
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/orderbook/jupiter_limit_order.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `orderbook_jupiter_limit_order`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExOrderbookJupiterLimitOrderExecutor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExOrderbookJupiterLimitOrderExecutor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.orderbook.jupiter_limit_order";
|
||||
return "ks-lib-executor.orderbook.jupiter_limit_order";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExOrderbookJupiterLimitOrderExec
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.orderbook.jupiter_limit_order".to_string(),
|
||||
executor_name: "ks-lib-executor.orderbook.jupiter_limit_order".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/orderbook/jupiter_limit_order_v2.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `orderbook_jupiter_limit_order_v2`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExOrderbookJupiterLimitOrderV2Executor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExOrderbookJupiterLimitOrderV2Executor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.orderbook.jupiter_limit_order_v2";
|
||||
return "ks-lib-executor.orderbook.jupiter_limit_order_v2";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExOrderbookJupiterLimitOrderV2Ex
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.orderbook.jupiter_limit_order_v2".to_string(),
|
||||
executor_name: "ks-lib-executor.orderbook.jupiter_limit_order_v2".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/executor/orderbook/openbook_v2.rs
|
||||
// version: 4
|
||||
// version: 5
|
||||
|
||||
//! Reserved executor for `orderbook_openbook_v2`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct ExOrderbookOpenbookV2Executor;
|
||||
|
||||
impl crate::ExApiInstructionExecutor for crate::ExOrderbookOpenbookV2Executor {
|
||||
fn executor_name(&self) -> &'static str {
|
||||
return "kb-lib.executor.orderbook.openbook_v2";
|
||||
return "ks-lib-executor.orderbook.openbook_v2";
|
||||
}
|
||||
|
||||
fn executor_version(&self) -> &'static str {
|
||||
@@ -41,7 +41,7 @@ impl crate::ExApiInstructionExecutor for crate::ExOrderbookOpenbookV2Executor {
|
||||
std::result::Result::Err(error) => return std::result::Result::Err(error),
|
||||
};
|
||||
return std::result::Result::Ok(crate::ExApiExecutionPlan {
|
||||
executor_name: "kb-lib.executor.orderbook.openbook_v2".to_string(),
|
||||
executor_name: "ks-lib-executor.orderbook.openbook_v2".to_string(),
|
||||
instruction_count: 0,
|
||||
payload_json,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user