Method: Quickfix::BidID#initialize
- Defined in:
- lib/quickfix_fields.rb
#initialize(data = nil) ⇒ BidID
Returns a new instance of BidID.
7156 7157 7158 7159 7160 7161 7162 |
# File 'lib/quickfix_fields.rb', line 7156 def initialize(data = nil) if( data == nil ) super(390) else super(390, data) end end |