Class: Quickfix::NoRelatedPartyDetailAltSubIDs

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

Returns a new instance of NoRelatedPartyDetailAltSubIDs.



21118
21119
21120
21121
21122
21123
21124
# File 'lib/quickfix_fields.rb', line 21118

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

Class Method Details

.fieldObject



21115
21116
21117
# File 'lib/quickfix_fields.rb', line 21115

def NoRelatedPartyDetailAltSubIDs.field
	return 1572
end