Class: Quickfix::PaymentStreamCompoundingXIDRef

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

Returns a new instance of PaymentStreamCompoundingXIDRef.



68477
68478
68479
68480
68481
68482
68483
# File 'lib/quickfix_fields.rb', line 68477

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

Class Method Details

.fieldObject



68474
68475
68476
# File 'lib/quickfix_fields.rb', line 68474

def PaymentStreamCompoundingXIDRef.field
  return 42601
end