Class: Quickfix::PartyIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PartyIDSource



16022
16023
16024
16025
16026
16027
16028
# File 'lib/quickfix_fields.rb', line 16022

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

Class Method Details

.fieldObject



16019
16020
16021
# File 'lib/quickfix_fields.rb', line 16019

def PartyIDSource.field
  return 447
end