Class: Quickfix::LegInstrumentPartyRole

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

Returns a new instance of LegInstrumentPartyRole.



48743
48744
48745
48746
48747
48748
48749
# File 'lib/quickfix_fields.rb', line 48743

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

Class Method Details

.fieldObject



48740
48741
48742
# File 'lib/quickfix_fields.rb', line 48740

def LegInstrumentPartyRole.field
  return 2257
end