Class: Quickfix::ProvisionPartySubID

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

Returns a new instance of ProvisionPartySubID.



29633
29634
29635
29636
29637
29638
29639
# File 'lib/quickfix_fields.rb', line 29633

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

Class Method Details

.fieldObject



29630
29631
29632
# File 'lib/quickfix_fields.rb', line 29630

def ProvisionPartySubID.field
  return 40179
end