Class: Quickfix::NoLegInstrumentPartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegInstrumentPartySubIDs

Returns a new instance of NoLegInstrumentPartySubIDs.



48756
48757
48758
48759
48760
48761
48762
# File 'lib/quickfix_fields.rb', line 48756

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