Class: Quickfix::PostTradePaymentDesc

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

Returns a new instance of PostTradePaymentDesc.



77317
77318
77319
77320
77321
77322
77323
# File 'lib/quickfix_fields.rb', line 77317

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

Class Method Details

.fieldObject



77314
77315
77316
# File 'lib/quickfix_fields.rb', line 77314

def PostTradePaymentDesc.field
  return 2820
end