package gemini

  1. Overview
  2. Docs
val iter : t -> eid:((t, int64) Fieldslib.Field.t -> t -> int64 -> unit) -> result: ((t, Auction_result.t) Fieldslib.Field.t -> t -> Auction_result.t -> unit) -> time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> unit) -> highest_bid_price:((t, string) Fieldslib.Field.t -> t -> string -> unit) -> lowest_ask_price:((t, string) Fieldslib.Field.t -> t -> string -> unit) -> collar_price:((t, string) Fieldslib.Field.t -> t -> string -> unit) -> indicative_price:((t, string) Fieldslib.Field.t -> t -> string -> unit) -> indicative_quantity:((t, string) Fieldslib.Field.t -> t -> string -> unit) -> unit
val fold : t -> init:'acc__0 -> eid:('acc__0 -> (t, int64) Fieldslib.Field.t -> t -> int64 -> 'acc__1) -> result: ('acc__1 -> (t, Auction_result.t) Fieldslib.Field.t -> t -> Auction_result.t -> 'acc__2) -> time_ms: ('acc__2 -> (t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> 'acc__3) -> highest_bid_price: ('acc__3 -> (t, string) Fieldslib.Field.t -> t -> string -> 'acc__4) -> lowest_ask_price: ('acc__4 -> (t, string) Fieldslib.Field.t -> t -> string -> 'acc__5) -> collar_price: ('acc__5 -> (t, string) Fieldslib.Field.t -> t -> string -> 'acc__6) -> indicative_price: ('acc__6 -> (t, string) Fieldslib.Field.t -> t -> string -> 'acc__7) -> indicative_quantity: ('acc__7 -> (t, string) Fieldslib.Field.t -> t -> string -> 'acc__8) -> 'acc__8
val for_all : t -> eid:((t, int64) Fieldslib.Field.t -> t -> int64 -> bool) -> result: ((t, Auction_result.t) Fieldslib.Field.t -> t -> Auction_result.t -> bool) -> time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> bool) -> highest_bid_price:((t, string) Fieldslib.Field.t -> t -> string -> bool) -> lowest_ask_price:((t, string) Fieldslib.Field.t -> t -> string -> bool) -> collar_price:((t, string) Fieldslib.Field.t -> t -> string -> bool) -> indicative_price:((t, string) Fieldslib.Field.t -> t -> string -> bool) -> indicative_quantity:((t, string) Fieldslib.Field.t -> t -> string -> bool) -> bool
val exists : t -> eid:((t, int64) Fieldslib.Field.t -> t -> int64 -> bool) -> result: ((t, Auction_result.t) Fieldslib.Field.t -> t -> Auction_result.t -> bool) -> time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> bool) -> highest_bid_price:((t, string) Fieldslib.Field.t -> t -> string -> bool) -> lowest_ask_price:((t, string) Fieldslib.Field.t -> t -> string -> bool) -> collar_price:((t, string) Fieldslib.Field.t -> t -> string -> bool) -> indicative_price:((t, string) Fieldslib.Field.t -> t -> string -> bool) -> indicative_quantity:((t, string) Fieldslib.Field.t -> t -> string -> bool) -> bool
val to_list : t -> eid:((t, int64) Fieldslib.Field.t -> t -> int64 -> 'elem__) -> result: ((t, Auction_result.t) Fieldslib.Field.t -> t -> Auction_result.t -> 'elem__) -> time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> 'elem__) -> highest_bid_price:((t, string) Fieldslib.Field.t -> t -> string -> 'elem__) -> lowest_ask_price:((t, string) Fieldslib.Field.t -> t -> string -> 'elem__) -> collar_price:((t, string) Fieldslib.Field.t -> t -> string -> 'elem__) -> indicative_price:((t, string) Fieldslib.Field.t -> t -> string -> 'elem__) -> indicative_quantity:((t, string) Fieldslib.Field.t -> t -> string -> 'elem__) -> 'elem__ list
val map : t -> eid:((t, int64) Fieldslib.Field.t -> t -> int64 -> int64) -> result: ((t, Auction_result.t) Fieldslib.Field.t -> t -> Auction_result.t -> Auction_result.t) -> time_ms: ((t, Time_float_unix.t) Fieldslib.Field.t -> t -> Time_float_unix.t -> Time_float_unix.t) -> highest_bid_price:((t, string) Fieldslib.Field.t -> t -> string -> string) -> lowest_ask_price:((t, string) Fieldslib.Field.t -> t -> string -> string) -> collar_price:((t, string) Fieldslib.Field.t -> t -> string -> string) -> indicative_price:((t, string) Fieldslib.Field.t -> t -> string -> string) -> indicative_quantity:((t, string) Fieldslib.Field.t -> t -> string -> string) -> t
val set_all_mutable_fields : t -> unit
OCaml

Innovation. Community. Security.