Class: Quickfix::NoRelatedPartyDetailSubIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoRelatedPartyDetailSubIDs

Returns a new instance of NoRelatedPartyDetailSubIDs.



21040
21041
21042
21043
21044
21045
21046
# File 'lib/quickfix_fields.rb', line 21040

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

Class Method Details

.fieldObject



21037
21038
21039
# File 'lib/quickfix_fields.rb', line 21037

def NoRelatedPartyDetailSubIDs.field
  return 1566
end