Class: Quickfix::UnderlyingDeliveryStreamWithdrawalPoint
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDeliveryStreamWithdrawalPoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamWithdrawalPoint
constructor
A new instance of UnderlyingDeliveryStreamWithdrawalPoint.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryStreamWithdrawalPoint
Returns a new instance of UnderlyingDeliveryStreamWithdrawalPoint.
53202 53203 53204 53205 53206 53207 53208 |
# File 'lib/quickfix_fields.rb', line 53202 def initialize(data = nil) if( data == nil ) super(41780) else super(41780, data) end end |
Class Method Details
.field ⇒ Object
53199 53200 53201 |
# File 'lib/quickfix_fields.rb', line 53199 def .field return 41780 end |