Class: Quickfix::LegInstrumentPartySubIDType

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

Returns a new instance of LegInstrumentPartySubIDType.



48782
48783
48784
48785
48786
48787
48788
# File 'lib/quickfix_fields.rb', line 48782

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

Class Method Details

.fieldObject



48779
48780
48781
# File 'lib/quickfix_fields.rb', line 48779

def LegInstrumentPartySubIDType.field
  return 2260
end