Class: Quickfix::SellerDays
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SellerDays
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SellerDays
constructor
A new instance of SellerDays.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SellerDays
3620 3621 3622 3623 3624 3625 3626 |
# File 'lib/quickfix_fields.rb', line 3620 def initialize(data = nil) if( data == nil ) super(287) else super(287, data) end end |
Class Method Details
.field ⇒ Object
3617 3618 3619 |
# File 'lib/quickfix_fields.rb', line 3617 def SellerDays.field return 287 end |