Method: Quickfix::BidDescriptorType#initialize
- Defined in:
- lib/quickfix_fields.rb
#initialize(data = nil) ⇒ BidDescriptorType
19324 19325 19326 19327 19328 19329 19330 |
# File 'lib/quickfix_fields.rb', line 19324 def initialize(data = nil) if( data == nil ) super(399) else super(399, data) end end |