Class: Quickfix::RelatedPartyDetailAltSubID

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) ⇒ RelatedPartyDetailAltSubID

Returns a new instance of RelatedPartyDetailAltSubID.



21131
21132
21133
21134
21135
21136
21137
# File 'lib/quickfix_fields.rb', line 21131

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

Class Method Details

.fieldObject



21128
21129
21130
# File 'lib/quickfix_fields.rb', line 21128

def RelatedPartyDetailAltSubID.field
  return 1573
end