Class: Quickfix::CollInquiryStatus

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CollInquiryStatus

Returns a new instance of CollInquiryStatus.



12746
12747
12748
12749
12750
12751
12752
# File 'lib/quickfix_fields.rb', line 12746

def initialize(data = nil)
  if( data == nil )
    super(945)
  else
    super(945, data)
  end
end

Class Method Details

.fieldObject



12743
12744
12745
# File 'lib/quickfix_fields.rb', line 12743

def CollInquiryStatus.field
  return 945
end