Esempio n. 1
0
        /// <summary>
        /// Send list of security asset types the algortihm uses to browser.
        /// </summary>
        public void SecurityType(List <SecurityType> types)
        {
            var packet = new SecurityTypesPacket
            {
                Types = types
            };

            Messages.Enqueue(packet);
        }
Esempio n. 2
0
 /// <summary>
 /// Send a security types in algorithm information packet
 /// </summary>
 public void SecurityTypes(SecurityTypesPacket types)
 {
     //
 }