Class: Quickfix::QuoteType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::QuoteType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteType
constructor
A new instance of QuoteType.
Constructor Details
#initialize(data = nil) ⇒ QuoteType
Returns a new instance of QuoteType.
19532 19533 19534 19535 19536 19537 19538 |
# File 'lib/quickfix_fields.rb', line 19532 def initialize(data = nil) if( data == nil ) super(537) else super(537, data) end end |
Class Method Details
.field ⇒ Object
19529 19530 19531 |
# File 'lib/quickfix_fields.rb', line 19529 def QuoteType.field return 537 end |