Class: Quickfix::UnderlyingDeliveryStreamCycleDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDeliveryStreamCycleDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamCycleDesc
constructor
A new instance of UnderlyingDeliveryStreamCycleDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamCycleDesc
Returns a new instance of UnderlyingDeliveryStreamCycleDesc.
53540 53541 53542 53543 53544 53545 53546 |
# File 'lib/quickfix_fields.rb', line 53540 def initialize(data = nil) if( data == nil ) super(41805) else super(41805, data) end end |
Class Method Details
.field ⇒ Object
53537 53538 53539 |
# File 'lib/quickfix_fields.rb', line 53537 def UnderlyingDeliveryStreamCycleDesc.field return 41805 end |