Class: Quickfix::LegInstrumentPartyIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegInstrumentPartyIDSource

Returns a new instance of LegInstrumentPartyIDSource.



48730
48731
48732
48733
48734
48735
48736
# File 'lib/quickfix_fields.rb', line 48730

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

Class Method Details

.fieldObject



48727
48728
48729
# File 'lib/quickfix_fields.rb', line 48727

def LegInstrumentPartyIDSource.field
  return 2256
end