Class: Quickfix::RelatedPartyDetailAltIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RelatedPartyDetailAltIDSource

Returns a new instance of RelatedPartyDetailAltIDSource.



21105
21106
21107
21108
21109
21110
21111
# File 'lib/quickfix_fields.rb', line 21105

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

Class Method Details

.fieldObject



21102
21103
21104
# File 'lib/quickfix_fields.rb', line 21102

def RelatedPartyDetailAltIDSource.field
  return 1571
end