Class: Quickfix::UnderlyingDeliveryScheduleType

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

Returns a new instance of UnderlyingDeliveryScheduleType.



52903
52904
52905
52906
52907
52908
52909
# File 'lib/quickfix_fields.rb', line 52903

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

Class Method Details

.fieldObject



52900
52901
52902
# File 'lib/quickfix_fields.rb', line 52900

def UnderlyingDeliveryScheduleType.field
  return 41757
end