Class: Quickfix::UnderlyingPaymentStreamCompoundingXIDRef

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



72585
72586
72587
72588
72589
72590
72591
# File 'lib/quickfix_fields.rb', line 72585

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

Class Method Details

.fieldObject



72582
72583
72584
# File 'lib/quickfix_fields.rb', line 72582

def UnderlyingPaymentStreamCompoundingXIDRef.field
  return 42896
end