Class: Quickfix::LegPaymentStreamRateIndex

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

Returns a new instance of LegPaymentStreamRateIndex.



31596
31597
31598
31599
31600
31601
31602
# File 'lib/quickfix_fields.rb', line 31596

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

Class Method Details

.fieldObject



31593
31594
31595
# File 'lib/quickfix_fields.rb', line 31593

def LegPaymentStreamRateIndex.field
  return 40331
end