Class: Quickfix::LegDeliveryStreamDeliveryRestriction

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

Returns a new instance of LegDeliveryStreamDeliveryRestriction.



48327
48328
48329
48330
48331
48332
48333
# File 'lib/quickfix_fields.rb', line 48327

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

Class Method Details

.fieldObject



48324
48325
48326
# File 'lib/quickfix_fields.rb', line 48324

def LegDeliveryStreamDeliveryRestriction.field
  return 41434
end