Class: Quickfix::PaymentStreamRateSpreadCurrency

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

Returns a new instance of PaymentStreamRateSpreadCurrency.



44882
44883
44884
44885
44886
44887
44888
# File 'lib/quickfix_fields.rb', line 44882

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

Class Method Details

.fieldObject



44879
44880
44881
# File 'lib/quickfix_fields.rb', line 44879

def PaymentStreamRateSpreadCurrency.field
  return 41203
end