Class: Quickfix::DeliveryScheduleXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DeliveryScheduleXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryScheduleXID
constructor
A new instance of DeliveryScheduleXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DeliveryScheduleXID
Returns a new instance of DeliveryScheduleXID.
41580 41581 41582 41583 41584 41585 41586 |
# File 'lib/quickfix_fields.rb', line 41580 def initialize(data = nil) if( data == nil ) super(41039) else super(41039, data) end end |
Class Method Details
.field ⇒ Object
41577 41578 41579 |
# File 'lib/quickfix_fields.rb', line 41577 def DeliveryScheduleXID.field return 41039 end |