Class: Quickfix::Nested2PartySubIDType

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

Returns a new instance of Nested2PartySubIDType.



10991
10992
10993
10994
10995
10996
10997
# File 'lib/quickfix_fields.rb', line 10991

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

Class Method Details

.fieldObject



10988
10989
10990
# File 'lib/quickfix_fields.rb', line 10988

def Nested2PartySubIDType.field
	return 807
end