Method: IB::Gateway#fa?

Defined in:
lib/ib/gateway.rb

#fa?Boolean

is the account a financial advisor

Returns:

  • (Boolean)


292
293
294
# File 'lib/ib/gateway.rb', line 292

def fa?
   !(advisor == clients.first)
end