Class: Quickfix::PostTradePaymentCurrencyCodeSource

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

Class Method Details

.fieldObject



79277
79278
79279
# File 'lib/quickfix_fields.rb', line 79277

def PostTradePaymentCurrencyCodeSource.field
  return 2956
end