Class: Quickfix::NoPartyDetailAltSubIDs

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

Returns a new instance of NoPartyDetailAltSubIDs.



20520
20521
20522
20523
20524
20525
20526
# File 'lib/quickfix_fields.rb', line 20520

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

Class Method Details

.fieldObject



20517
20518
20519
# File 'lib/quickfix_fields.rb', line 20517

def NoPartyDetailAltSubIDs.field
  return 1519
end