Sorry not a coder, but what exactly is a wrapper in coding terms?
Thank you.
Usually it's used to simplify coding and simplify access to more complex code, functions, or code written in different programming language.
Guru,
It seems to me that there could be a "higher level" data interchange "standard" for these type wrappers across broker/dealers. My thinking:
Most of the high level parameters of placing an order are the same irrespective of broker used. Symbol, #shares, buy/sell, GTC/Day, etc.
It would seem that broker/dealers would benefit by setting a higher level industry standard API that would allow any algo/trade software to work with their implementation to trade with ... also simplifying algo/trading software to easily buckle up to one or more brokers.
I've been looking at algo software, but the resources required to connect trade decisions to broker/dealers (like TD) are intensive translating into expensive. Those human and monetary resources sure would be better spent writing/optimizing/trading algos rather than coding comm software (not to be disrespectful of the skill that I frankly am poor at.)
What do you think?
Guru,
It seems to me that there could be a "higher level" data interchange "standard" for these type wrappers across broker/dealers. My thinking:
Most of the high level parameters of placing an order are the same irrespective of broker used. Symbol, #shares, buy/sell, GTC/Day, etc.
It would seem that broker/dealers would benefit by setting a higher level industry standard API that would allow any algo/trade software to work with their implementation to trade with ... also simplifying algo/trading software to easily buckle up to one or more brokers.
I've been looking at algo software, but the resources required to connect trade decisions to broker/dealers (like TD) are intensive translating into expensive. Those human and monetary resources sure would be better spent writing/optimizing/trading algos rather than coding comm software (not to be disrespectful of the skill that I frankly am poor at.)
What do you think?