Class: Quickfix::UndlyInstrumentPartySubIDType

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) ⇒ UndlyInstrumentPartySubIDType

Returns a new instance of UndlyInstrumentPartySubIDType.



14267
14268
14269
14270
14271
14272
14273
# File 'lib/quickfix_fields.rb', line 14267

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

Class Method Details

.fieldObject



14264
14265
14266
# File 'lib/quickfix_fields.rb', line 14264

def UndlyInstrumentPartySubIDType.field
	return 1064
end