Method: Quickfix::DiscretionScope#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ DiscretionScope

Returns a new instance of DiscretionScope.



18947
18948
18949
18950
18951
18952
18953
# File 'lib/quickfix_fields.rb', line 18947

def initialize(data = nil)
  if( data == nil )
    super(846)
  else
    super(846, data)
  end
end