Class: Quickfix::LegDeliveryScheduleType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDeliveryScheduleType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDeliveryScheduleType
constructor
A new instance of LegDeliveryScheduleType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDeliveryScheduleType
Returns a new instance of LegDeliveryScheduleType.
48002 48003 48004 48005 48006 48007 48008 |
# File 'lib/quickfix_fields.rb', line 48002 def initialize(data = nil) if( data == nil ) super(41409) else super(41409, data) end end |
Class Method Details
.field ⇒ Object
47999 48000 48001 |
# File 'lib/quickfix_fields.rb', line 47999 def LegDeliveryScheduleType.field return 41409 end |