Class: Quickfix::NoUndlyInstrumentPartySubIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoUndlyInstrumentPartySubIDs

Returns a new instance of NoUndlyInstrumentPartySubIDs.



14241
14242
14243
14244
14245
14246
14247
# File 'lib/quickfix_fields.rb', line 14241

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

Class Method Details

.fieldObject



14238
14239
14240
# File 'lib/quickfix_fields.rb', line 14238

def NoUndlyInstrumentPartySubIDs.field
	return 1062
end