Class: Quickfix::UnderlyingDeliveryStreamDeliveryRestriction

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

Returns a new instance of UnderlyingDeliveryStreamDeliveryRestriction.



53228
53229
53230
53231
53232
53233
53234
# File 'lib/quickfix_fields.rb', line 53228

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

Class Method Details

.fieldObject



53225
53226
53227
# File 'lib/quickfix_fields.rb', line 53225

def UnderlyingDeliveryStreamDeliveryRestriction.field
  return 41782
end