Class: Quickfix::PaymentStreamReferenceLevelUnitOfMeasure

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



44856
44857
44858
44859
44860
44861
44862
# File 'lib/quickfix_fields.rb', line 44856

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

Class Method Details

.fieldObject



44853
44854
44855
# File 'lib/quickfix_fields.rb', line 44853

def PaymentStreamReferenceLevelUnitOfMeasure.field
  return 41201
end