* Create struct from object value * @param {!Order} other Object value * @returns {!Order} Created struct
(other)
| 927 | * @returns {!Order} Created struct |
| 928 | */ |
| 929 | static fromObject (other) { |
| 930 | return new Order().copy(other) |
| 931 | } |
| 932 | |
| 933 | /** |
| 934 | * Get the FBE type |