Class: Quickfix::LegInstrumentPartyRole

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

Instance Method Summary collapse

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