Class: Quickfix::TargetPartyIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TargetPartyIDSource

Returns a new instance of TargetPartyIDSource.



5141
5142
5143
5144
5145
5146
5147
# File 'lib/quickfix_fields.rb', line 5141

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

Class Method Details

.fieldObject



5138
5139
5140
# File 'lib/quickfix_fields.rb', line 5138

def TargetPartyIDSource.field
  return 1463
end