mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-06 15:37:52 +00:00
27 lines
539 B
Modula-2
27 lines
539 B
Modula-2
|
|
LIBRARY MT5Connector
|
||
|
|
|
||
|
|
EXPORTS initExpert
|
||
|
|
deinitExpert
|
||
|
|
updateQuote
|
||
|
|
sendIntResponse
|
||
|
|
sendBooleanResponse
|
||
|
|
sendDoubleResponse
|
||
|
|
sendStringResponse
|
||
|
|
sendVoidResponse
|
||
|
|
sendDoubleArrayResponse
|
||
|
|
sendIntArrayResponse
|
||
|
|
sendLongArrayResponse
|
||
|
|
sendMqlRatesArrayResponse
|
||
|
|
sendLongResponse
|
||
|
|
sendULongResponse
|
||
|
|
sendMqlTickResponse
|
||
|
|
sendMqlBookInfoArrayResponse
|
||
|
|
getCommandType
|
||
|
|
getIntValue
|
||
|
|
getUIntValue
|
||
|
|
getDoubleValue
|
||
|
|
getStringValue
|
||
|
|
getLongValue
|
||
|
|
getULongValue
|
||
|
|
getBooleanValue
|
||
|
|
verify
|