Class | IB::IBSocket |
In: |
ib.rb
|
Parent: | TCPSocket |
Floating-point numbers shouldn’t be used to store money.
# File ib.rb, line 53 53: def read_decimal 54: self.read_string.to_d 55: end