Class: Quickfix::PaymentStreamFixingDateType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamFixingDateType

Returns a new instance of PaymentStreamFixingDateType.



69270
69271
69272
69273
69274
69275
69276
# File 'lib/quickfix_fields.rb', line 69270

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

Class Method Details

.fieldObject



69267
69268
69269
# File 'lib/quickfix_fields.rb', line 69267

def PaymentStreamFixingDateType.field
  return 42662
end