Class: Quickfix::PostTradePaymentCurrencyCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PostTradePaymentCurrencyCodeSource

Returns a new instance of PostTradePaymentCurrencyCodeSource.



79280
79281
79282
79283
79284
79285
79286
# File 'lib/quickfix_fields.rb', line 79280

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