Class: Quickfix::PaymentAmountDeterminationMethod

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

Returns a new instance of PaymentAmountDeterminationMethod.



68451
68452
68453
68454
68455
68456
68457
# File 'lib/quickfix_fields.rb', line 68451

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

Class Method Details

.fieldObject



68448
68449
68450
# File 'lib/quickfix_fields.rb', line 68448

def PaymentAmountDeterminationMethod.field
  return 42599
end