Class: Quickfix::PaymentStreamInitialFixingDateOffsetPeriod

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



37303
37304
37305
37306
37307
37308
37309
# File 'lib/quickfix_fields.rb', line 37303

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

Class Method Details

.fieldObject



37300
37301
37302
# File 'lib/quickfix_fields.rb', line 37300

def PaymentStreamInitialFixingDateOffsetPeriod.field
  return 40770
end