问题描述
大家好,
我需要创建一个关于股票市场概念的项目,这个项目正在调用Bussiness Logic Layer需要2秒才能执行,这将获得我的comidities / share的份额。该页面每秒都获得最新的份额值。并根据criertia立即出售我的份额/支付。
例如:如果股价是300 / - $并且它低于200 / - $我需要卖出。如果卖出的话股票价值> = 200 / - $然后我不需要卖出。我们可以在这里使用的概念是什么?
Hello Members ,
I need to create a project on share market concept in that which iscalling a Bussiness Logic Layer taking 2 seconds to execute which gets me the share value of my commidities/share. The page is getting latest share value in each second. and selling instantly my share/commidities as per the criertia.
For example:If share price is 300/- $ and it goes below 200/-$ i need to sell.At the point of selling if the share value is >= 200/-$ then i dont need to sell. What is the Concept we can use over here?
推荐答案
这篇关于不断调用函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!