Class: Quickfix::UnderlyingDeliveryScheduleSettlDay

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

Returns a new instance of UnderlyingDeliveryScheduleSettlDay.



53085
53086
53087
53088
53089
53090
53091
# File 'lib/quickfix_fields.rb', line 53085

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

Class Method Details

.fieldObject



53082
53083
53084
# File 'lib/quickfix_fields.rb', line 53082

def UnderlyingDeliveryScheduleSettlDay.field
  return 41771
end