Class: Quickfix::UnderlyingPaymentStreamFlatRateCurrency

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

Returns a new instance of UnderlyingPaymentStreamFlatRateCurrency.



54970
54971
54972
54973
54974
54975
54976
# File 'lib/quickfix_fields.rb', line 54970

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

Class Method Details

.fieldObject



54967
54968
54969
# File 'lib/quickfix_fields.rb', line 54967

def UnderlyingPaymentStreamFlatRateCurrency.field
  return 41899
end