Class: Quickfix::LegDeliveryScheduleXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDeliveryScheduleXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryScheduleXID
constructor
A new instance of LegDeliveryScheduleXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryScheduleXID
Returns a new instance of LegDeliveryScheduleXID.
48015 48016 48017 48018 48019 48020 48021 |
# File 'lib/quickfix_fields.rb', line 48015 def initialize(data = nil) if( data == nil ) super(41410) else super(41410, data) end end |
Class Method Details
.field ⇒ Object
48012 48013 48014 |
# File 'lib/quickfix_fields.rb', line 48012 def LegDeliveryScheduleXID.field return 41410 end |