Class: Quickfix::NoUndlyInstrumentParties

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

Returns a new instance of NoUndlyInstrumentParties.



14189
14190
14191
14192
14193
14194
14195
# File 'lib/quickfix_fields.rb', line 14189

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

Class Method Details

.fieldObject



14186
14187
14188
# File 'lib/quickfix_fields.rb', line 14186

def NoUndlyInstrumentParties.field
	return 1058
end