Class: Quickfix::UnderlyingPaymentStubFixedCurrency

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

Returns a new instance of UnderlyingPaymentStubFixedCurrency.



36562
36563
36564
36565
36566
36567
36568
# File 'lib/quickfix_fields.rb', line 36562

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

Class Method Details

.fieldObject



36559
36560
36561
# File 'lib/quickfix_fields.rb', line 36559

def UnderlyingPaymentStubFixedCurrency.field
  return 40713
end