Class: Quickfix::ProvisionPartyID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionPartyID

Returns a new instance of ProvisionPartyID.



29581
29582
29583
29584
29585
29586
29587
# File 'lib/quickfix_fields.rb', line 29581

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