Class: Quickfix::NoLegProvisionPartyIDs

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



34222
34223
34224
34225
34226
34227
34228
# File 'lib/quickfix_fields.rb', line 34222

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

Class Method Details

.fieldObject



34219
34220
34221
# File 'lib/quickfix_fields.rb', line 34219

def NoLegProvisionPartyIDs.field
  return 40533
end