Class: Quickfix::PaymentStreamContractPriceCurrency

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

Returns a new instance of PaymentStreamContractPriceCurrency.



44726
44727
44728
44729
44730
44731
44732
# File 'lib/quickfix_fields.rb', line 44726

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

Class Method Details

.fieldObject



44723
44724
44725
# File 'lib/quickfix_fields.rb', line 44723

def PaymentStreamContractPriceCurrency.field
  return 41191
end