feat: finish back-end work (untested)
This commit is contained in:
6
api/dto/order_filled_response.go
Normal file
6
api/dto/order_filled_response.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package dto
|
||||
|
||||
type OrderFilledResponse struct {
|
||||
OrderId int `json:"order_id"`
|
||||
Filled bool `json:"filled"`
|
||||
}
|
||||
Reference in New Issue
Block a user