Class IB::Datatypes::Execution
In: datatypes.rb
Parent: Object

Methods

new  

Attributes

account_number  [RW] 
client_id  [RW] 
exchange  [RW] 
exec_id  [RW] 
liquidation  [RW] 
order_id  [RW] 
perm_id  [RW] 
price  [RW] 
shares  [RW] 
side  [RW] 
time  [RW] 

Public Class methods

[Source]

     # File datatypes.rb, line 195
195:       def initialize
196:         @order_id = 0
197:         @client_id = 0
198:         @shares = 0
199:         @price = 0
200:         @perm_id = 0
201:         @liquidation =0 
202:       end

[Validate]