Class: Quickfix::ProvisionPartyIDSource

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) ⇒ ProvisionPartyIDSource

Returns a new instance of ProvisionPartyIDSource.



29594
29595
29596
29597
29598
29599
29600
# File 'lib/quickfix_fields.rb', line 29594

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

Class Method Details

.fieldObject



29591
29592
29593
# File 'lib/quickfix_fields.rb', line 29591

def ProvisionPartyIDSource.field
  return 40176
end