Class: Quickfix::Nested2PartyRole

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested2PartyRole

Returns a new instance of Nested2PartyRole.



10380
10381
10382
10383
10384
10385
10386
# File 'lib/quickfix_fields.rb', line 10380

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