Class: Quickfix::MinLotSize
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MinLotSize
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MinLotSize
constructor
A new instance of MinLotSize.
Constructor Details
#initialize(data = nil) ⇒ MinLotSize
Returns a new instance of MinLotSize.
16230 16231 16232 16233 16234 16235 16236 |
# File 'lib/quickfix_fields.rb', line 16230 def initialize(data = nil) if( data == nil ) super(1231) else super(1231, data) end end |
Class Method Details
.field ⇒ Object
16227 16228 16229 |
# File 'lib/quickfix_fields.rb', line 16227 def MinLotSize.field return 1231 end |