Class: Quickfix::NoLegProvisionPartySubIDs

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

Returns a new instance of NoLegProvisionPartySubIDs.



34274
34275
34276
34277
34278
34279
34280
# File 'lib/quickfix_fields.rb', line 34274

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

Class Method Details

.fieldObject



34271
34272
34273
# File 'lib/quickfix_fields.rb', line 34271

def NoLegProvisionPartySubIDs.field
  return 40537
end