Class: Quickfix::Nested2PartySubIDType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested2PartySubIDType

Returns a new instance of Nested2PartySubIDType.



10354
10355
10356
10357
10358
10359
10360
# File 'lib/quickfix_fields.rb', line 10354

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

Class Method Details

.fieldObject



10351
10352
10353
# File 'lib/quickfix_fields.rb', line 10351

def Nested2PartySubIDType.field
	return 807
end