Class: Quickfix::Nested4PartyRole

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested4PartyRole

Returns a new instance of Nested4PartyRole.



18726
18727
18728
18729
18730
18731
18732
# File 'lib/quickfix_fields.rb', line 18726

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