Class: Quickfix::UnderlyingInstrumentPartySubIDType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingInstrumentPartySubIDType

Returns a new instance of UnderlyingInstrumentPartySubIDType.



8690
8691
8692
8693
8694
8695
8696
# File 'lib/quickfix_fields.rb', line 8690

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

Class Method Details

.fieldObject



8687
8688
8689
# File 'lib/quickfix_fields.rb', line 8687

def UnderlyingInstrumentPartySubIDType.field
  return 1064
end