Class: Quickfix::NestedPartyRole

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NestedPartyRole

Returns a new instance of NestedPartyRole.



7377
7378
7379
7380
7381
7382
7383
# File 'lib/quickfix_fields.rb', line 7377

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