|
def | __init__ (self, ptr, node=None, destroy=False) |
|
def | __str__ (self) |
|
def | object_type (self) |
|
def | is_valid (self) |
|
def | send (self, node_id) |
|
def | route (self, *args, spec=None) |
|
def | clone (self) |
|
def | reset (self) |
|
def | id (self) |
|
def | ref (self) |
|
def | copy (self, id) |
|
def | calc_hash (self) |
|
def | calc_uniq_id (self) |
|
def | lock (self) |
|
def | is_locked (self) |
|
def | get_lock_pid (self) |
|
def | reset_lock (self) |
|
def | to_dict (self) |
|
def | clear (self) |
|
def | set_field (self, field, value) |
|
def | last_price (self) |
|
def | last_price (self, value) |
|
def | last_qty (self) |
|
def | last_qty (self, value) |
|
def | last_ts (self) |
|
def | last_ts (self, value) |
|
def | bid_price (self) |
|
def | bid_price (self, value) |
|
def | bid_qty (self) |
|
def | bid_qty (self, value) |
|
def | ask_price (self) |
|
def | ask_price (self, value) |
|
def | ask_qty (self) |
|
def | ask_qty (self, value) |
|
def | quote_ts (self) |
|
def | quote_ts (self, value) |
|
def | open_price (self) |
|
def | open_price (self, value) |
|
def | open_price_ts (self) |
|
def | open_price_ts (self, value) |
|
def | vwap (self) |
|
def | vwap (self, value) |
|
def | vwap_ts (self) |
|
def | vwap_ts (self, value) |
|
def | close_price (self) |
|
def | close_price (self, value) |
|
def | close_price_ts (self) |
|
def | close_price_ts (self, value) |
|
def | prev_day_bid_price (self) |
|
def | prev_day_bid_price (self, value) |
|
def | prev_day_ask_price (self) |
|
def | prev_day_ask_price (self, value) |
|
def | prev_day_quote_ts (self) |
|
def | prev_day_quote_ts (self, value) |
|
def | prev_day_last_price (self) |
|
def | prev_day_last_price (self, value) |
|
def | prev_day_last_price_ts (self) |
|
def | prev_day_last_price_ts (self, value) |
|
def | min_price (self) |
|
def | min_price (self, value) |
|
def | min_price_ts (self) |
|
def | min_price_ts (self, value) |
|
def | max_price (self) |
|
def | max_price (self, value) |
|
def | max_price_ts (self) |
|
def | max_price_ts (self, value) |
|
def | low_price (self) |
|
def | low_price (self, value) |
|
def | low_price_ts (self) |
|
def | low_price_ts (self, value) |
|
def | high_price (self) |
|
def | high_price (self, value) |
|
def | high_price_ts (self) |
|
def | high_price_ts (self, value) |
|
def | oa_price (self) |
|
def | oa_price (self, value) |
|
def | oa_price_ts (self) |
|
def | oa_price_ts (self, value) |
|
def | ca_price (self) |
|
def | ca_price (self, value) |
|
def | ca_price_ts (self) |
|
def | ca_price_ts (self, value) |
|
def | best_bid (self) |
|
def | best_bid (self, value) |
|
def | best_ask (self) |
|
def | best_ask (self, value) |
|
def | best_price_ts (self) |
|
def | best_price_ts (self, value) |
|
def | book (self) |
|
def | book (self, value) |
|
def | book_ts (self) |
|
def | book_ts (self, value) |
|
def | indicator (self) |
|
def | indicator (self, value) |
|
def | mdsource (self) |
|
def | mdsource (self, value) |
|
def | settle_date (self) |
|
def | settle_date (self, value) |
|
def | wa_price (self) |
|
def | wa_price (self, value) |
|
def | wa_price_ts (self) |
|
def | wa_price_ts (self, value) |
|
def | oi (self) |
|
def | oi (self, value) |
|
def | oi_ts (self) |
|
def | oi_ts (self, value) |
|
def | volume (self) |
|
def | volume (self, value) |
|
def | volume_ts (self) |
|
def | volume_ts (self, value) |
|
def | __enter__ (self) |
|
def | __exit__ (self, exc_type, exc_value, traceback) |
|
def | __repr__ (self) |
|
def | __bool__ (self) |
|
def | __hash__ (self) |
|
def | ptr (self) |
|
def | __eq__ (self, right) |
|
def | get_field (self, field) |
|