Class: Quickfix::LegPaymentStubIndex

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

Returns a new instance of LegPaymentStubIndex.



32805
32806
32807
32808
32809
32810
32811
# File 'lib/quickfix_fields.rb', line 32805

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

Class Method Details

.fieldObject



32802
32803
32804
# File 'lib/quickfix_fields.rb', line 32802

def LegPaymentStubIndex.field
  return 40424
end