Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Make parametric
Browse files Browse the repository at this point in the history
  • Loading branch information
EricForgy committed Feb 24, 2019
1 parent 3c7d2d3 commit ba447ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/FinancialInstruments.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ using Reexport, Dates
@reexport using Entities
export FinancialInstrument

struct FinancialInstrument
struct FinancialInstrument{C<:Currency}
name::String
currency::Currency
issuer::Entity
issuer::Entity{C}
issued::DateTime
end

Expand Down

0 comments on commit ba447ec

Please sign in to comment.