Class: Quickfix::NoInstrumentPartySubIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoInstrumentPartySubIDs

Returns a new instance of NoInstrumentPartySubIDs.



8209
8210
8211
8212
8213
8214
8215
# File 'lib/quickfix_fields.rb', line 8209

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

Class Method Details

.fieldObject



8206
8207
8208
# File 'lib/quickfix_fields.rb', line 8206

def NoInstrumentPartySubIDs.field
	return 1052
end