Skip to content

jnoconor/adviser_info_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Investor Record Ruby Library


example usages

optional config

config = {}

client = AdviserInfo::Client.new(config)

record = client.get_one(id) # gets a single IARep, IAFirm, Broker, or BrokerFirm

client.get(ids) # gets a collection of investor record objects

record.write(filepath, :csv) # writes to provided file path or file path from config

record.save # writes to database if provided in config

client.history # lists all of the objects fetched by the client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors