Class: Quickfix::LegDeliveryStreamType

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

Returns a new instance of LegDeliveryStreamType.



48262
48263
48264
48265
48266
48267
48268
# File 'lib/quickfix_fields.rb', line 48262

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

Class Method Details

.fieldObject



48259
48260
48261
# File 'lib/quickfix_fields.rb', line 48259

def LegDeliveryStreamType.field
  return 41429
end