Skip to content

Instantly share code, notes, and snippets.

@glommer
Created August 22, 2022 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glommer/ee8f913ebe016e2001527318c47e13d2 to your computer and use it in GitHub Desktop.
Save glommer/ee8f913ebe016e2001527318c47e13d2 to your computer and use it in GitHub Desktop.
import { ChiselEntity } from "@chiselstrike/api"
export class TopOfBook extends ChiselEntity {
symbol: string;
bidPrice?: number;
bidVolume?: number;
askPrice?: number;
askVolume?: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment