Class: Quickfix::SellerDays
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ SellerDays
Returns a new instance of SellerDays.
8638 8639 8640 8641 8642 8643 8644 |
# File 'lib/quickfix_fields.rb', line 8638 def initialize(data = nil) if( data == nil ) super(287) else super(287, data) end end |
Class Method Details
.field ⇒ Object
8635 8636 8637 |
# File 'lib/quickfix_fields.rb', line 8635 def SellerDays.field return 287 end |