Class: Quickfix::RelatedPartyDetailAltID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RelatedPartyDetailAltID

Returns a new instance of RelatedPartyDetailAltID.



21092
21093
21094
21095
21096
21097
21098
# File 'lib/quickfix_fields.rb', line 21092

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

Class Method Details

.fieldObject



21089
21090
21091
# File 'lib/quickfix_fields.rb', line 21089

def RelatedPartyDetailAltID.field
  return 1570
end