Class: Quickfix::ClOrdLinkID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ClOrdLinkID

Returns a new instance of ClOrdLinkID.



7936
7937
7938
7939
7940
7941
7942
# File 'lib/quickfix_fields.rb', line 7936

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