Class: Quickfix::PostTradePaymentDebitOrCredit

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PostTradePaymentDebitOrCredit

Returns a new instance of PostTradePaymentDebitOrCredit.



77304
77305
77306
77307
77308
77309
77310
# File 'lib/quickfix_fields.rb', line 77304

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

Class Method Details

.fieldObject



77301
77302
77303
# File 'lib/quickfix_fields.rb', line 77301

def PostTradePaymentDebitOrCredit.field
  return 2819
end