Class: Quickfix::DeliveryScheduleSettlCountry
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DeliveryScheduleSettlCountry
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleSettlCountry
constructor
A new instance of DeliveryScheduleSettlCountry.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DeliveryScheduleSettlCountry
Returns a new instance of DeliveryScheduleSettlCountry.
41684 41685 41686 41687 41688 41689 41690 |
# File 'lib/quickfix_fields.rb', line 41684 def initialize(data = nil) if( data == nil ) super(41047) else super(41047, data) end end |
Class Method Details
.field ⇒ Object
41681 41682 41683 |
# File 'lib/quickfix_fields.rb', line 41681 def DeliveryScheduleSettlCountry.field return 41047 end |