Class: Quickfix::LegDeliveryType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDeliveryType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryType
constructor
A new instance of LegDeliveryType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryType
Returns a new instance of LegDeliveryType.
61405 61406 61407 61408 61409 61410 61411 |
# File 'lib/quickfix_fields.rb', line 61405 def initialize(data = nil) if( data == nil ) super(2504) else super(2504, data) end end |
Class Method Details
.field ⇒ Object
61402 61403 61404 |
# File 'lib/quickfix_fields.rb', line 61402 def LegDeliveryType.field return 2504 end |