Method: IB::MarginCondition.make
- Defined in:
- lib/models/ib/condition.rb
.make(buffer) ⇒ Object
144 145 146 147 148 149 |
# File 'lib/models/ib/condition.rb', line 144 def self.make buffer self.new conjunction_connection: buffer.read_string, operator: buffer.read_int, percent: buffer.read_int end |