Class: Quickfix::LegDeliveryRouteOrCharter

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryRouteOrCharter

Returns a new instance of LegDeliveryRouteOrCharter.



76459
76460
76461
76462
76463
76464
76465
# File 'lib/quickfix_fields.rb', line 76459

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

Class Method Details

.fieldObject



76456
76457
76458
# File 'lib/quickfix_fields.rb', line 76456

def LegDeliveryRouteOrCharter.field
  return 2754
end