Class: Quickfix::SellerDays
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SellerDays
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SellerDays
constructor
A new instance of SellerDays.
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 |