Class: Quickfix::DeliveryStreamWithdrawalPoint
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DeliveryStreamWithdrawalPoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DeliveryStreamWithdrawalPoint
constructor
A new instance of DeliveryStreamWithdrawalPoint.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DeliveryStreamWithdrawalPoint
Returns a new instance of DeliveryStreamWithdrawalPoint.
41866 41867 41868 41869 41870 41871 41872 |
# File 'lib/quickfix_fields.rb', line 41866 def initialize(data = nil) if( data == nil ) super(41061) else super(41061, data) end end |
Class Method Details
.field ⇒ Object
41863 41864 41865 |
# File 'lib/quickfix_fields.rb', line 41863 def DeliveryStreamWithdrawalPoint.field return 41061 end |