Class: Quickfix::PostTradePaymentType

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

Returns a new instance of PostTradePaymentType.



77369
77370
77371
77372
77373
77374
77375
# File 'lib/quickfix_fields.rb', line 77369

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

Class Method Details

.fieldObject



77366
77367
77368
# File 'lib/quickfix_fields.rb', line 77366

def PostTradePaymentType.field
  return 2824
end