Class: Quickfix::RefApplReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RefApplReqID

Returns a new instance of RefApplReqID.



10744
10745
10746
10747
10748
10749
10750
# File 'lib/quickfix_fields.rb', line 10744

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

Class Method Details

.fieldObject



10741
10742
10743
# File 'lib/quickfix_fields.rb', line 10741

def RefApplReqID.field
  return 1433
end