Class: Quickfix::LegPaymentStreamRateIndexLocation

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

Returns a new instance of LegPaymentStreamRateIndexLocation.



50134
50135
50136
50137
50138
50139
50140
# File 'lib/quickfix_fields.rb', line 50134

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

Class Method Details

.fieldObject



50131
50132
50133
# File 'lib/quickfix_fields.rb', line 50131

def LegPaymentStreamRateIndexLocation.field
  return 41565
end