Class: Quickfix::LotType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::LotType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LotType
constructor
A new instance of LotType.
Constructor Details
#initialize(data = nil) ⇒ LotType
Returns a new instance of LotType.
18583 18584 18585 18586 18587 18588 18589 |
# File 'lib/quickfix_fields.rb', line 18583 def initialize(data = nil) if( data == nil ) super(1093) else super(1093, data) end end |
Class Method Details
.field ⇒ Object
18580 18581 18582 |
# File 'lib/quickfix_fields.rb', line 18580 def LotType.field return 1093 end |