Class: Quickfix::Nested4PartyIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ Nested4PartyIDSource

Returns a new instance of Nested4PartyIDSource.



18713
18714
18715
18716
18717
18718
18719
# File 'lib/quickfix_fields.rb', line 18713

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

Class Method Details

.fieldObject



18710
18711
18712
# File 'lib/quickfix_fields.rb', line 18710

def Nested4PartyIDSource.field
  return 1416
end