Method: Quickfix::OrigCrossID#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ OrigCrossID

Returns a new instance of OrigCrossID.



6259
6260
6261
6262
6263
6264
6265
# File 'lib/quickfix_fields.rb', line 6259

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