Class: Quickfix::UnderlyingDeliveryScheduleXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDeliveryScheduleXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleXID
constructor
A new instance of UnderlyingDeliveryScheduleXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleXID
Returns a new instance of UnderlyingDeliveryScheduleXID.
52916 52917 52918 52919 52920 52921 52922 |
# File 'lib/quickfix_fields.rb', line 52916 def initialize(data = nil) if( data == nil ) super(41758) else super(41758, data) end end |
Class Method Details
.field ⇒ Object
52913 52914 52915 |
# File 'lib/quickfix_fields.rb', line 52913 def .field return 41758 end |