Skip to content

mnttnm/Equity-Trading-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A website prototype similar to Equity trading platform.

High level Code Structure Information:

APP Component

Main component which abstract the functionality of the requested module Consumers of this component should pass userID, stockRefreshFrequency disableTimer, onStockListUpdate(CB), onTransaction(CB) as props to this component

otherwise, default values will be: userID=12345,
stockRefreshFrequency=5,
disableTimer=false,
onStockListUpdate=()=>{},
onTransaction=()=>{}

Consumer component

Component which uses the APP component for demo implementation Also contains RefreshTab which is not part of the main module but allows to manage timer for live stock update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published