Class: Quickfix::UnderlyingPaymentStreamFixingDate

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

Returns a new instance of UnderlyingPaymentStreamFixingDate.



73365
73366
73367
73368
73369
73370
73371
# File 'lib/quickfix_fields.rb', line 73365

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

Class Method Details

.fieldObject



73362
73363
73364
# File 'lib/quickfix_fields.rb', line 73362

def UnderlyingPaymentStreamFixingDate.field
  return 42956
end