Class: Quickfix::DerivativeInstrumentPartySubIDType

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

Returns a new instance of DerivativeInstrumentPartySubIDType.



17231
17232
17233
17234
17235
17236
17237
# File 'lib/quickfix_fields.rb', line 17231

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

Class Method Details

.fieldObject



17228
17229
17230
# File 'lib/quickfix_fields.rb', line 17228

def DerivativeInstrumentPartySubIDType.field
	return 1298
end