Class: Quickfix::UnderlyingProvisionPartySubIDType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionPartySubIDType



60170
60171
60172
60173
60174
60175
60176
# File 'lib/quickfix_fields.rb', line 60170

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

Class Method Details

.fieldObject



60167
60168
60169
# File 'lib/quickfix_fields.rb', line 60167

def UnderlyingProvisionPartySubIDType.field
  return 42179
end