Class: Quickfix::LegInstrumentPartySubID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegInstrumentPartySubID

Returns a new instance of LegInstrumentPartySubID.



48769
48770
48771
48772
48773
48774
48775
# File 'lib/quickfix_fields.rb', line 48769

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