Class: Quickfix::NoNonDeliverableFixingDates

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

Returns a new instance of NoNonDeliverableFixingDates.



38018
38019
38020
38021
38022
38023
38024
# File 'lib/quickfix_fields.rb', line 38018

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

Class Method Details

.fieldObject



38015
38016
38017
# File 'lib/quickfix_fields.rb', line 38015

def NoNonDeliverableFixingDates.field
  return 40825
end