Struct kiteconnect::ticker::KiteTicker[][src]

pub struct KiteTicker { /* fields omitted */ }

Methods

impl KiteTicker
[src]

Implments the apis exposed from KiteTicker struct

Constructor

Creates a websocket and delegates to it to child thread. Also sets the broadcaster so that other methods can easily send message on this socket

Auto Trait Implementations

impl Send for KiteTicker

impl Sync for KiteTicker