Class: Quickfix::RelatedPartyDetailID

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

Returns a new instance of RelatedPartyDetailID.



21001
21002
21003
21004
21005
21006
21007
# File 'lib/quickfix_fields.rb', line 21001

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

Class Method Details

.fieldObject



20998
20999
21000
# File 'lib/quickfix_fields.rb', line 20998

def RelatedPartyDetailID.field
  return 1563
end