Class: Quickfix::LegStreamMaximumPaymentCurrency

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

Returns a new instance of LegStreamMaximumPaymentCurrency.



49978
49979
49980
49981
49982
49983
49984
# File 'lib/quickfix_fields.rb', line 49978

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

Class Method Details

.fieldObject



49975
49976
49977
# File 'lib/quickfix_fields.rb', line 49975

def LegStreamMaximumPaymentCurrency.field
  return 41553
end