Class: Quickfix::CrossType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CrossType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CrossType
constructor
A new instance of CrossType.
Constructor Details
#initialize(data = nil) ⇒ CrossType
Returns a new instance of CrossType.
10679 10680 10681 10682 10683 10684 10685 |
# File 'lib/quickfix_fields.rb', line 10679 def initialize(data = nil) if( data == nil ) super(549) else super(549, data) end end |
Class Method Details
.field ⇒ Object
10676 10677 10678 |
# File 'lib/quickfix_fields.rb', line 10676 def CrossType.field return 549 end |