Class: Quickfix::TargetLocationID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TargetLocationID

Returns a new instance of TargetLocationID.



747
748
749
750
751
752
753
# File 'lib/quickfix_fields.rb', line 747

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

Class Method Details

.fieldObject



744
745
746
# File 'lib/quickfix_fields.rb', line 744

def TargetLocationID.field
  return 143
end