Class: Quickfix::UnderlyingProvisionPartyID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionPartyID

Returns a new instance of UnderlyingProvisionPartyID.



60092
60093
60094
60095
60096
60097
60098
# File 'lib/quickfix_fields.rb', line 60092

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

Class Method Details

.fieldObject



60089
60090
60091
# File 'lib/quickfix_fields.rb', line 60089

def UnderlyingProvisionPartyID.field
  return 42174
end