Sha256: 1dd756ab9a4f173c2a3536258cb9d613d87a16425c7a2996db83f65d586bcd42
Contents?: true
Size: 573 Bytes
Versions: 461
Compression:
Stored size: 573 Bytes
Contents
# CybridApiBank::PostTradeBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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( quote_guid: null, expected_error: null, labels: null ) ```
Version data entries
461 entries across 461 versions & 1 rubygems