[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem tying to print orders in real time to a printer.



PureBytes Links

Trading Reference Links

Hello Bilo,

>my system generates an order within
>that bar ( intrabar ) and i want to send that order
>to a file with fileappend and print it to printer
>with  print ( printer, ... ) how can i possibly do
>that not on end of bar but intrabar ( on that 
>tick )? i can easily do that on close of the bar..


I would love to be able to do this to a text file in
place of a printer and With each new signal,
fileappend would update the same text file. The end of
bar would be just fine.
Would you mind posting the code required to do this
end of bar? I have not been able to find the proper
syntax that would print the order info that you would
view in the atcc generated by a system.



> another question: is there anybody out that who has
> been able to tap into
> order part of atcc and access those orders thru an
> api/dll, please.
> thanks.
> bilo.

Not sure if this will be helpful to you but
In TS2KI the text generated by the atcc is kept in a
file named Alerts11.mdb and the file is kept in the
mywork subdirectory.It has tables for
ActiveOrders,Alerts,CanceledOrders,FilledOrders,
MessageLog,OpenPositions as well as all the same
tables for the Workspace assistant generated Agerts
ie: WA_ActiveOrders etc. All you need is MS Access to
view its contents.

BTW: I see your with adelphia. Fl by Chance?
Do you use Powerlink?


Regards,

Alan C.