Class: Quickfix::NoUndlyInstrumentPartySubIDs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUndlyInstrumentPartySubIDs

Returns a new instance of NoUndlyInstrumentPartySubIDs.



15086
15087
15088
15089
15090
15091
15092
# File 'lib/quickfix_fields.rb', line 15086

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

Class Method Details

.fieldObject



15083
15084
15085
# File 'lib/quickfix_fields.rb', line 15083

def NoUndlyInstrumentPartySubIDs.field
	return 1062
end