Wire futures order intents into engine
This commit is contained in:
@@ -939,6 +939,16 @@ where
|
||||
));
|
||||
Ok(())
|
||||
}
|
||||
OrderIntent::Futures { intent } => {
|
||||
report.diagnostics.push(format!(
|
||||
"engine_futures_intent_skipped symbol={} direction={} effect={} reason={}",
|
||||
intent.symbol,
|
||||
intent.direction.as_str(),
|
||||
intent.effect.as_str(),
|
||||
intent.reason
|
||||
));
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user