การรวบรวมทรานแซคชันการแก้ไขข้อบกพร่องรหัสประเภท Trans compilation, Debugging Typescript code
− ถ้าลูกค้าคนนี้ขาดทุนเพื่อเปิดทรานแซคชันใหม่; − if the Client does not have enough available funds to open a new transaction;
การประมวลคำสั่งของลูกค้าเกี่ยวกับการเปิดทรานแซคชัน The processing of Client orders upon opening transactions.
เมื่อมีการใช้กลยุทธ์การใช้งานพร้อมกันของทรานแซคชันหรือไม่? When a Transactional concurrency strategy is to be used?
5.1. ถ้าทุนที่ใช้ได้พอสำหรับการเปิดทรานแซคชัน — ทรานแซคชันได้รับการเปิด 5.1. If the amount of available funds is sufficient to open a transaction, the request is fulfilled.
5.1. ถ้าทุนที่ใช้ได้พอสำหรับการเปิดทรานแซคชัน — ทรานแซคชันได้รับการเปิด 5.1. If the amount of available funds is sufficient to open a transaction, the request is fulfilled.
ทรานแซคชันที่เปิดอยู่ คือ ทรานแซคชันซื้อออปชั่นก่อนที่รานแซคชันหมดอายุ Open position — a transaction with a purchased asset before its expiration.
ทรานแซคชันที่เปิดอยู่ คือ ทรานแซคชันซื้อออปชั่นก่อนที่รานแซคชันหมดอายุ Open position — a transaction with a purchased asset before its expiration.
ยอดเงินคงเหลือ คือยอดเงินในบัญชีหลังจากที่ทรานแซคชันครั้งล่าสุดสิ้นสุดลง Balance — the account balance, which is available after carrying out the last transaction.
5.2. ถ้าทุนที่ใช้ได้ไม่พอสำหรับการเปิดทรานแซคชัน — ทรานแซคชันไม่ได้รับการเปิด 5.2. If the amount of available funds is less than sufficient to open a transaction, the request is denied.