* Create struct from object value * @param {!Order} other Object value * @returns {!Order} Created struct
(other)
| 882 | * @returns {!Order} Created struct |
| 883 | */ |
| 884 | static fromObject (other) { |
| 885 | return new Order().copy(other) |
| 886 | } |
| 887 | |
| 888 | /** |
| 889 | * Get the FBE type |