Class: Quickfix::UnderlyingDeliveryScheduleSettlEnd
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDeliveryScheduleSettlEnd
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlEnd
constructor
A new instance of UnderlyingDeliveryScheduleSettlEnd.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleSettlEnd
53137 53138 53139 53140 53141 53142 53143 |
# File 'lib/quickfix_fields.rb', line 53137 def initialize(data = nil) if( data == nil ) super(41775) else super(41775, data) end end |
Class Method Details
.field ⇒ Object
53134 53135 53136 |
# File 'lib/quickfix_fields.rb', line 53134 def .field return 41775 end |