- financial related msg

This commit is contained in:
gazebo
2019-03-15 16:51:09 +08:00
parent d0ea300330
commit 8346f30b86
7 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
package ebai
import "git.rosy.net.cn/baseapi/platformapi/ebaiapi"
func OnFinancialMsg(msg *ebaiapi.CallbackMsg) (response *ebaiapi.CallbackResponse) {
return response
}