Class: Quickfix::InstrumentPartySubIDType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentPartySubIDType

Returns a new instance of InstrumentPartySubIDType.



14800
14801
14802
14803
14804
14805
14806
# File 'lib/quickfix_fields.rb', line 14800

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

Class Method Details

.fieldObject



14797
14798
14799
# File 'lib/quickfix_fields.rb', line 14797

def InstrumentPartySubIDType.field
  return 1054
end