Class: Quickfix::DeliveryRouteOrCharter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DeliveryRouteOrCharter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryRouteOrCharter
constructor
A new instance of DeliveryRouteOrCharter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DeliveryRouteOrCharter
76433 76434 76435 76436 76437 76438 76439 |
# File 'lib/quickfix_fields.rb', line 76433 def initialize(data = nil) if( data == nil ) super(2752) else super(2752, data) end end |
Class Method Details
.field ⇒ Object
76430 76431 76432 |
# File 'lib/quickfix_fields.rb', line 76430 def DeliveryRouteOrCharter.field return 2752 end |