Class: Quickfix::NoUndlyInstrumentParties

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUndlyInstrumentParties

Returns a new instance of NoUndlyInstrumentParties.



6168
6169
6170
6171
6172
6173
6174
# File 'lib/quickfix_fields.rb', line 6168

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

Class Method Details

.fieldObject



6165
6166
6167
# File 'lib/quickfix_fields.rb', line 6165

def NoUndlyInstrumentParties.field
	return 1058
end