Class: Quickfix::UnderlyingProvisionPartySubID

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

Returns a new instance of UnderlyingProvisionPartySubID.



60157
60158
60159
60160
60161
60162
60163
# File 'lib/quickfix_fields.rb', line 60157

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

Class Method Details

.fieldObject



60154
60155
60156
# File 'lib/quickfix_fields.rb', line 60154

def UnderlyingProvisionPartySubID.field
  return 42178
end