addedOutput schema / $defs
Added value: +{
+ "UsOrderDetail": {
+ "properties": {
+ "action": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "currency": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "done_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "executed_amount": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "executed_price": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "executed_qty": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "operate_direction": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "order_histories": {
+ "items": {
+ "$ref": "#/$defs/UsOrderHistoryEntry"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "order_type": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "price": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "quantity": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "security_type": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "submitted_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "symbol": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "time_in_force": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "UsOrderHistoryEntry": {
+ "properties": {
+ "occurred_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "price": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "qty": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "status": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ }
+}
changedOutput schema / properties / currency / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / current_millisecond
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedOutput schema / properties / executed_quantity / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / msg / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / order
Added value: +{
+ "anyOf": [
+ {
+ "$ref": "#/$defs/UsOrderDetail"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
changedOutput schema / properties / order_id / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / order_type / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / quantity / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / side / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / status / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / stock_name / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / submitted_at / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / symbol / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / tag / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / time_in_force / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedOutput schema / required
Removed value: -[
- "order_id",
- "status",
- "symbol",
- "stock_name",
- "quantity",
- "executed_quantity",
- "submitted_at",
- "side",
- "order_type",
- "msg",
- "tag",
- "time_in_force",
- "currency"
-]