Class: Quickfix::SideMultiLegReportingType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SideMultiLegReportingType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideMultiLegReportingType
constructor
A new instance of SideMultiLegReportingType.
Constructor Details
#initialize(data = nil) ⇒ SideMultiLegReportingType
Returns a new instance of SideMultiLegReportingType.
7260 7261 7262 7263 7264 7265 7266 |
# File 'lib/quickfix_fields.rb', line 7260 def initialize(data = nil) if( data == nil ) super(752) else super(752, data) end end |
Class Method Details
.field ⇒ Object
7257 7258 7259 |
# File 'lib/quickfix_fields.rb', line 7257 def SideMultiLegReportingType.field return 752 end |