Class: Quickfix::PostTradePaymentID

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

Returns a new instance of PostTradePaymentID.



77330
77331
77332
77333
77334
77335
77336
# File 'lib/quickfix_fields.rb', line 77330

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

Class Method Details

.fieldObject



77327
77328
77329
# File 'lib/quickfix_fields.rb', line 77327

def PostTradePaymentID.field
  return 2821
end