Class: Quickfix::NoLegNonDeliverableFixingDates

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

Returns a new instance of NoLegNonDeliverableFixingDates.



32064
32065
32066
32067
32068
32069
32070
# File 'lib/quickfix_fields.rb', line 32064

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

Class Method Details

.fieldObject



32061
32062
32063
# File 'lib/quickfix_fields.rb', line 32061

def NoLegNonDeliverableFixingDates.field
  return 40367
end