Class: Quickfix::ClOrdLinkID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ClOrdLinkID

Returns a new instance of ClOrdLinkID.



11862
11863
11864
11865
11866
11867
11868
# File 'lib/quickfix_fields.rb', line 11862

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

Class Method Details

.fieldObject



11859
11860
11861
# File 'lib/quickfix_fields.rb', line 11859

def ClOrdLinkID.field
  return 583
end