Class: Quickfix::LegDeliveryScheduleSettlEnd
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDeliveryScheduleSettlEnd
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryScheduleSettlEnd
constructor
A new instance of LegDeliveryScheduleSettlEnd.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryScheduleSettlEnd
Returns a new instance of LegDeliveryScheduleSettlEnd.
48236 48237 48238 48239 48240 48241 48242 |
# File 'lib/quickfix_fields.rb', line 48236 def initialize(data = nil) if( data == nil ) super(41427) else super(41427, data) end end |
Class Method Details
.field ⇒ Object
48233 48234 48235 |
# File 'lib/quickfix_fields.rb', line 48233 def LegDeliveryScheduleSettlEnd.field return 41427 end |