Class: Quickfix::PostTradePaymentCurrency

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

Returns a new instance of PostTradePaymentCurrency.



77291
77292
77293
77294
77295
77296
77297
# File 'lib/quickfix_fields.rb', line 77291

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

Class Method Details

.fieldObject



77288
77289
77290
# File 'lib/quickfix_fields.rb', line 77288

def PostTradePaymentCurrency.field
	return 2818
end