Class: Quickfix::LegDeliveryStreamTitleTransferLocation
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDeliveryStreamTitleTransferLocation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryStreamTitleTransferLocation
constructor
A new instance of LegDeliveryStreamTitleTransferLocation.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryStreamTitleTransferLocation
Returns a new instance of LegDeliveryStreamTitleTransferLocation.
48405 48406 48407 48408 48409 48410 48411 |
# File 'lib/quickfix_fields.rb', line 48405 def initialize(data = nil) if( data == nil ) super(41439) else super(41439, data) end end |
Class Method Details
.field ⇒ Object
48402 48403 48404 |
# File 'lib/quickfix_fields.rb', line 48402 def LegDeliveryStreamTitleTransferLocation.field return 41439 end |