Class: Quickfix::PaymentStreamRateIndex2IDSource

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

Returns a new instance of PaymentStreamRateIndex2IDSource.



78396
78397
78398
78399
78400
78401
78402
# File 'lib/quickfix_fields.rb', line 78396

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

Class Method Details

.fieldObject



78393
78394
78395
# File 'lib/quickfix_fields.rb', line 78393

def PaymentStreamRateIndex2IDSource.field
  return 43115
end