Class: Quickfix::LegDeliveryScheduleSettlStart
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDeliveryScheduleSettlStart
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryScheduleSettlStart
constructor
A new instance of LegDeliveryScheduleSettlStart.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryScheduleSettlStart
Returns a new instance of LegDeliveryScheduleSettlStart.
48223 48224 48225 48226 48227 48228 48229 |
# File 'lib/quickfix_fields.rb', line 48223 def initialize(data = nil) if( data == nil ) super(41426) else super(41426, data) end end |
Class Method Details
.field ⇒ Object
48220 48221 48222 |
# File 'lib/quickfix_fields.rb', line 48220 def LegDeliveryScheduleSettlStart.field return 41426 end |