Class: Quickfix::NoRelatedPartyDetailAltID

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

Returns a new instance of NoRelatedPartyDetailAltID.



21079
21080
21081
21082
21083
21084
21085
# File 'lib/quickfix_fields.rb', line 21079

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

Class Method Details

.fieldObject



21076
21077
21078
# File 'lib/quickfix_fields.rb', line 21076

def NoRelatedPartyDetailAltID.field
  return 1569
end