euniversal / umei-api-specification

UMEI API specifications
Apache License 2.0
3 stars 0 forks source link

Usage of customProperties in the Trade object #34

Closed cdmNSIDE closed 2 years ago

cdmNSIDE commented 2 years ago

Hello @narve ,

Could you please explain why do we need to have the field "customProperties" in the "Trade" object?

"customProperties": { "type": "object", "additionalProperties": { "type": "string" }, "nullable": true }

narve commented 2 years ago

No, it is a left-over from NODES, where we support custom properties on trade and order objects. I will remove it.

narve commented 2 years ago

See #39