Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewOrderCmd = &cobra.Command{ Use: "order", Short: "New single order", Long: "Send a new single order after initiating a session with a FIX acceptor.", Args: cobra.ExactArgs(0), ValidArgsFunction: cobra.NoFileCompletions, PersistentPreRunE: utils.MakePersistentPreRunE(Validate), RunE: Execute, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.