Class: Quickfix::PartyDetailAltSubIDType

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

Returns a new instance of PartyDetailAltSubIDType.



20546
20547
20548
20549
20550
20551
20552
# File 'lib/quickfix_fields.rb', line 20546

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

Class Method Details

.fieldObject



20543
20544
20545
# File 'lib/quickfix_fields.rb', line 20543

def PartyDetailAltSubIDType.field
  return 1521
end