Class: Quickfix::InstrumentPartySubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InstrumentPartySubIDType

Returns a new instance of InstrumentPartySubIDType.



14137
14138
14139
14140
14141
14142
14143
# File 'lib/quickfix_fields.rb', line 14137

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