Class: Quickfix::UnderlyingDeliveryScheduleType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDeliveryScheduleType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleType
constructor
A new instance of UnderlyingDeliveryScheduleType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDeliveryScheduleType
Returns a new instance of UnderlyingDeliveryScheduleType.
52903 52904 52905 52906 52907 52908 52909 |
# File 'lib/quickfix_fields.rb', line 52903 def initialize(data = nil) if( data == nil ) super(41757) else super(41757, data) end end |
Class Method Details
.field ⇒ Object
52900 52901 52902 |
# File 'lib/quickfix_fields.rb', line 52900 def .field return 41757 end |