Class: Quickfix::Nested4PartySubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested4PartySubID

Returns a new instance of Nested4PartySubID.



18557
18558
18559
18560
18561
18562
18563
# File 'lib/quickfix_fields.rb', line 18557

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

Class Method Details

.fieldObject



18554
18555
18556
# File 'lib/quickfix_fields.rb', line 18554

def Nested4PartySubID.field
  return 1412
end