Class: Quickfix::PaymentStreamFixedAmountUnitOfMeasure

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

Returns a new instance of PaymentStreamFixedAmountUnitOfMeasure.



44674
44675
44676
44677
44678
44679
44680
# File 'lib/quickfix_fields.rb', line 44674

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

Class Method Details

.fieldObject



44671
44672
44673
# File 'lib/quickfix_fields.rb', line 44671

def PaymentStreamFixedAmountUnitOfMeasure.field
  return 41187
end