Class: Quickfix::PartySubIDType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PartySubIDType

Returns a new instance of PartySubIDType.



15320
15321
15322
15323
15324
15325
15326
# File 'lib/quickfix_fields.rb', line 15320

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

Class Method Details

.fieldObject



15317
15318
15319
# File 'lib/quickfix_fields.rb', line 15317

def PartySubIDType.field
  return 803
end