Class: Quickfix::UnderlyingPaymentStreamSettlCurrency

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamSettlCurrency

Returns a new instance of UnderlyingPaymentStreamSettlCurrency.



34716
34717
34718
34719
34720
34721
34722
# File 'lib/quickfix_fields.rb', line 34716

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