Sha256: cc11b97445648475dbc0ea6eb043ccbafaf9c97d452678f3bdbbadc74ef2b0b7

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

# FinnhubRuby::CongressionalTransaction

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **amount_from** | **Float** | Transaction amount from. | [optional] |
| **amount_to** | **Float** | Transaction amount to. | [optional] |
| **asset_name** | **String** | Asset name. | [optional] |
| **filing_date** | **String** | Filing date. | [optional] |
| **name** | **String** | Name of the representative. | [optional] |
| **owner_type** | **String** | Owner Type. | [optional] |
| **position** | **String** | Position. | [optional] |
| **symbol** | **String** | Symbol. | [optional] |
| **transaction_date** | **String** | Transaction date. | [optional] |
| **transaction_type** | **String** | Transaction type <code>Sale</code> or <code>Purchase</code>. | [optional] |

## Example

```ruby
require 'finnhub_ruby'

instance = FinnhubRuby::CongressionalTransaction.new(
  amount_from: null,
  amount_to: null,
  asset_name: null,
  filing_date: null,
  name: null,
  owner_type: null,
  position: null,
  symbol: null,
  transaction_date: null,
  transaction_type: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
finnhub_ruby-1.1.19 docs/CongressionalTransaction.md