Class: Quickfix::PaymentStubFixedCurrency

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

Returns a new instance of PaymentStubFixedCurrency.



38694
38695
38696
38697
38698
38699
38700
# File 'lib/quickfix_fields.rb', line 38694

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

Class Method Details

.fieldObject



38691
38692
38693
# File 'lib/quickfix_fields.rb', line 38691

def PaymentStubFixedCurrency.field
  return 40877
end