Class: Quickfix::PaymentStreamRateIndex2ID

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

Returns a new instance of PaymentStreamRateIndex2ID.



78383
78384
78385
78386
78387
78388
78389
# File 'lib/quickfix_fields.rb', line 78383

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

Class Method Details

.fieldObject



78380
78381
78382
# File 'lib/quickfix_fields.rb', line 78380

def PaymentStreamRateIndex2ID.field
  return 43114
end