Class: Quickfix::NoLegProvisionPartyIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegProvisionPartyIDs

Returns a new instance of 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