Class: Quickfix::LegDeliveryStreamWithdrawalPoint
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDeliveryStreamWithdrawalPoint
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamWithdrawalPoint
constructor
A new instance of LegDeliveryStreamWithdrawalPoint.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamWithdrawalPoint
Returns a new instance of LegDeliveryStreamWithdrawalPoint.
48301 48302 48303 48304 48305 48306 48307 |
# File 'lib/quickfix_fields.rb', line 48301 def initialize(data = nil) if( data == nil ) super(41432) else super(41432, data) end end |
Class Method Details
.field ⇒ Object
48298 48299 48300 |
# File 'lib/quickfix_fields.rb', line 48298 def LegDeliveryStreamWithdrawalPoint.field return 41432 end |