Method: Quickfix::QuoteReqID#initialize
- Defined in:
- lib/quickfix_fields.rb
#initialize(data = nil) ⇒ QuoteReqID
Returns a new instance of QuoteReqID.
10029 10030 10031 10032 10033 10034 10035 |
# File 'lib/quickfix_fields.rb', line 10029 def initialize(data = nil) if( data == nil ) super(131) else super(131, data) end end |