Class: Quickfix::RoundLot
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::RoundLot
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RoundLot
constructor
A new instance of RoundLot.
Constructor Details
#initialize(data = nil) ⇒ RoundLot
Returns a new instance of RoundLot.
11966 11967 11968 11969 11970 11971 11972 |
# File 'lib/quickfix_fields.rb', line 11966 def initialize(data = nil) if( data == nil ) super(561) else super(561, data) end end |
Class Method Details
.field ⇒ Object
11963 11964 11965 |
# File 'lib/quickfix_fields.rb', line 11963 def RoundLot.field return 561 end |