Sha256: b0734e5a5f82a90eccc8ba8bb621c4306ffb65bdd6fd9cf230aa6f3d567651af
Contents?: true
Size: 690 Bytes
Versions: 18
Compression:
Stored size: 690 Bytes
Contents
# CybridApiBank::PostTradeBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **trade_type** | **String** | The type of trade. | [optional][default to 'platform'] | | **quote_guid** | **String** | The associated quote's identifier. | | | **expected_error** | **String** | The optional expected error to simulate trade failure. | [optional] | | **labels** | **Array<String>** | The labels associated with the trade. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostTradeBankModel.new( trade_type: null, quote_guid: null, expected_error: null, labels: null ) ```
Version data entries
18 entries across 18 versions & 1 rubygems