Class: Quickfix::NoRelatedPartyDetailID

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

Returns a new instance of NoRelatedPartyDetailID.



20988
20989
20990
20991
20992
20993
20994
# File 'lib/quickfix_fields.rb', line 20988

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

Class Method Details

.fieldObject



20985
20986
20987
# File 'lib/quickfix_fields.rb', line 20985

def NoRelatedPartyDetailID.field
  return 1562
end