Class: Quickfix::LegPaymentStubFixedCurrency

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

Returns a new instance of LegPaymentStubFixedCurrency.



32792
32793
32794
32795
32796
32797
32798
# File 'lib/quickfix_fields.rb', line 32792

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

Class Method Details

.fieldObject



32789
32790
32791
# File 'lib/quickfix_fields.rb', line 32789

def LegPaymentStubFixedCurrency.field
  return 40423
end