Method: Quickfix::NoTrdRepIndicators#initialize
- Defined in:
- lib/quickfix_fields.rb
#initialize(data = nil) ⇒ NoTrdRepIndicators
Returns a new instance of NoTrdRepIndicators.
10315 10316 10317 10318 10319 10320 10321 |
# File 'lib/quickfix_fields.rb', line 10315 def initialize(data = nil) if( data == nil ) super(1387) else super(1387, data) end end |